Skip to content

Commit

Permalink
change package description
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathon Kelly committed Apr 8, 2016
1 parent 01f2aee commit 9e32273
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -10,7 +10,7 @@

[![NPM](https://nodei.co/npm/@insidersbyte/react-markdown-editor.png?downloads=true&downloadRank=true)](https://nodei.co/npm/@insidersbyte/react-markdown-editor/)

[React](http://facebook.github.io/react) Markdown editor, with drag and drop image support (at the moment it always adds the image to the end, regardless of where you drop it), built with [react-markdown-renderer](https://github.com/insidersbyte/react-markdown-renderer).
[React](http://facebook.github.io/react) Markdown editor with preview and drag and drop image support (at the moment it always adds the image to the end, regardless of where you drop it), built with [react-markdown-renderer](https://github.com/insidersbyte/react-markdown-renderer).

## Demo
http://insidersbyte.github.io/react-markdown-editor
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{
"name": "@insidersbyte/react-markdown-editor",
"version": "0.1.1",
"description": "React Markdown editor with preview",
"description": "React Markdown editor with preview and drag and drop image support",
"main": "dist/index.js",
"files": [
"dist"
Expand Down

0 comments on commit 9e32273

Please sign in to comment.