Skip to content

Commit

Permalink
tidy up README
Browse files Browse the repository at this point in the history
  • Loading branch information
customlogic committed Sep 23, 2016
1 parent 24ae3d3 commit 66143fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -28,6 +27,7 @@ In your `head` tag, include the following code:
In the terminal, enter the following:

```
$ npm install
$ npm run build
```

Expand Down

0 comments on commit 66143fc

Please sign in to comment.