We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 360ff9d + 8349ce2 commit 1157de2Copy full SHA for 1157de2
2 files changed
README.md
@@ -31,7 +31,7 @@ cd react-simplemde-editor
31
npm install
32
cd demo
33
gulp
34
-open browser to localhost:3000
+open browser to localhost:5555
35
```
36
37
## Usage
package.json
@@ -9,7 +9,7 @@
9
"react": "^0.14.2",
10
"simplemde": "^1.11.2"
11
},
12
- "main": "src/index.js",
+ "main": "dist/react-simplemde-editor.js",
13
"devDependencies": {
14
"babel-core": "^6.3.15",
15
"babel-loader": "^6.2.0",
0 commit comments