Skip to content
This repository was archived by the owner on Oct 24, 2021. It is now read-only.

Commit 313d58e

Browse files
Fixed command name in readme (#758)
1 parent 9431ba7 commit 313d58e

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
@@ -62,6 +62,6 @@ git submodule add /path/to/local/meteor code
6262

6363
3. Hexo builds if you are just changing md files in sources then
6464
hexo will watch for changes and update. If you are making changes
65-
in the `/code` folder then you will need to `npm clean && npm start`.
65+
in the `/code` folder then you will need to `npm run clean && npm start`.
6666

6767
Of course, do not commit any of these changes.

0 commit comments

Comments
 (0)