Update README.md

The output folder is actually `dist`.
This commit is contained in:
Kalin Chernev 2017-03-25 09:45:19 +01:00 committed by GitHub
parent 140dba19ee
commit 24cdbfe795
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ npm start
Then visit http://localhost:3000/ - BrowserSync will automatically reload CSS or
refresh the page when stylesheets or content changes.
To build your static output to the `/public` folder, use:
To build your static output to the `/dist` folder, use:
```bash
npm run build