tidy up README

This commit is contained in:
Jeff Nusz 2016-09-23 14:41:20 -07:00
parent 24ae3d3dfd
commit 66143fc4d5

View File

@ -17,7 +17,6 @@ In your `head` tag, include the following code:
```
├── build - Compiled source code.
├── node_modules - External node dependencies.
├── src - Source files.
├── tests - Tests.
└── webpack - Webpack config files.
@ -28,6 +27,7 @@ In your `head` tag, include the following code:
In the terminal, enter the following:
```
$ npm install
$ npm run build
```