From 66143fc4d5cfb322dba40f7c86de9c79e6f326cd Mon Sep 17 00:00:00 2001 From: Jeff Nusz Date: Fri, 23 Sep 2016 14:41:20 -0700 Subject: [PATCH] tidy up README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 297a4c12..864c0d5c 100644 --- a/README.md +++ b/README.md @@ -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 ```