Skip to content

Commit 33f2044

Browse files
committed
Fix installation instruction
Closes codemirror#4333
1 parent cea0e04 commit 33f2044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ conduct.
3030
### Quickstart
3131

3232
To build the project, make sure you have Node.js installed (at least version 6)
33-
and then `npm install && npm build`. To run, just open `index.html` in your
33+
and then `npm install && npm run build`. To run, just open `index.html` in your
3434
browser (you don't need to run a webserver). Run the tests with `npm test`.

0 commit comments

Comments
 (0)