From 70db2f78da2498b9458cbb6048863d2070760183 Mon Sep 17 00:00:00 2001 From: kg86 Date: Sat, 24 Sep 2016 15:17:38 +0900 Subject: [PATCH] add $ at the heading of each command --- docs/build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/build.md b/docs/build.md index e04de03e..60e3308e 100644 --- a/docs/build.md +++ b/docs/build.md @@ -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. @@ -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.