Skip to content

Commit 70db2f7

Browse files
committed
add $ at the heading of each command
1 parent 0298aba commit 70db2f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ We use Webpack HMR to develop Boostnote.
66
You can use this command to use our configuration
77

88
```
9-
npm run webpack
9+
$ npm run webpack
1010
```
1111

1212
After a few seconds, you will see this message.
@@ -17,7 +17,7 @@ webpack: bundle is now VALID.
1717

1818
Then, we have to run the app.
1919
```
20-
npm run hot
20+
$ npm run hot
2121
```
2222
> Actually the app can be start with `npm start`. However, the app will use the compiled script.
2323

0 commit comments

Comments
 (0)