Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Spelling error changed "refernced" to "referenced"
  • Loading branch information
bhaggerty committed May 26, 2015
1 parent c312d82 commit 2b19551
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ The `gulp` command will start a file watcher which will update the generated `ap
* `master/node_modules` - contains npm dependencies
* `master/bower_components` - contains the angular framework files and any custom dependencies

Bower components should be refernced in one of the `vendor.json` files below:
Bower components should be referenced in one of the `vendor.json` files below:

* `master/vendor.base.json` - 3rd party vendor javascript required to start the app. JS is compiled to `base.js` and loaded before `app.js`
* `master/vendor.json` - 3rd party vendor scripts to make the app work, usually lazy loaded. Can be js or css. Copied to `vendor/*`.
Expand Down

0 comments on commit 2b19551

Please sign in to comment.