Fix typo in README (#317)

This commit is contained in:
John Breen 2020-01-02 15:08:26 -05:00 committed by Shawn Erquhart
parent f223dce81d
commit 32a3418b35
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ See [package.json](package.json#L8) for all tasks.
| | |--index.html // The index page
| |--static // Files in here ends up in the public folder
|--src // Files that will pass through the asset pipeline
| |--css // Webpack will bundle imported css seperately
| |--css // Webpack will bundle imported css separately
| |--index.js // index.js is the webpack entry for your css & js assets
```