Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Krispel-Samsel committed Jun 20, 2017
1 parent 541e7d9 commit 94001be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Getting started with draft-js-plugins
Accompanying code for a tutorial walking you through using and creating a draft.js plugin based on the [draft-js-plugins](https://github.com/draft-js-plugins/draft-js-plugins) architecture.
# Draft js persistance
Accompanying code for a tutorial walking you through persisting draft js data, with localstorage and then with a server.

- The [blog post is here](http://localhost:3001/post/getting-started-with-draft-js-plugins/).
- The resulting plugin (a plugin to highlight text) can be found on [npm here](https://www.npmjs.com/package/draft-js-highlight-plugin).
- The [blog post is here](https://reactrocket.com/post/draft-js-persisting-content).

-------------

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "draft-js-persisting-data",
"author": "Julian Krispel - @juliandoesstuff",
"website": "http://reactrocket.com",
"website": "http://reactrocket.com/post/draft-js-persisting-content",
"license": "MIT",
"version": "0.1.0",
"private": true,
Expand Down

0 comments on commit 94001be

Please sign in to comment.