Skip to content

Commit 3da640f

Browse files
authored
Merge pull request #70 from adorableio/readme-fixes
Don't 'run' builtin commands
2 parents 4dcf649 + ca12b9e commit 3da640f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ Then, there are several npm scripts that will be useful:
5757

5858
```bash
5959
# run the unit tests
60-
npm run test
60+
npm test
6161

6262
# run a dev server
63-
npm run start
63+
npm start
6464

6565
# run both a dev server and eslint
6666
npm run dev

0 commit comments

Comments
 (0)