Skip to content

Commit

Permalink
add $ at the heading of each command
Browse files Browse the repository at this point in the history
  • Loading branch information
kg86 committed Sep 24, 2016
1 parent 0298aba commit 70db2f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ We use Webpack HMR to develop Boostnote.
You can use this command to use our configuration

```
npm run webpack
$ npm run webpack
```

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

Then, we have to run the app.
```
npm run hot
$ npm run hot
```
> Actually the app can be start with `npm start`. However, the app will use the compiled script.
Expand Down

0 comments on commit 70db2f7

Please sign in to comment.