1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

add $ at the heading of each command

This commit is contained in:
kg86
2016-09-24 15:17:38 +09:00
parent 0298aba86f
commit 70db2f78da

View File

@@ -6,7 +6,7 @@ We use Webpack HMR to develop Boostnote.
You can use this command to use our configuration You can use this command to use our configuration
``` ```
npm run webpack $ npm run webpack
``` ```
After a few seconds, you will see this message. After a few seconds, you will see this message.
@@ -17,7 +17,7 @@ webpack: bundle is now VALID.
Then, we have to run the app. 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. > Actually the app can be start with `npm start`. However, the app will use the compiled script.