react-md-editor
react-md-editor copied to clipboard
Should include own npm install command
The readme page should include its own npm install command:
npm install react-md-editor --save
Searching for react-md-editor on Google does not give the package as one of the first-page results (in fact, it instead shows a different npm package: react-markdown-editor).
Instead, I had to search for your name, to find your npm page, and then see it there. (before this, I figured you probably hadn't uploaded it to npm, but I checked to make sure)
Including the install command saves people from having to confirm whether it's on npm or not.
+1, I initially thought the only package to be installed was codemirror. Didn't think it was right, so came looking for this.
Yep it is a npm package indeed. Not going to work without it.