Skip to content

Commit

Permalink
add bower install instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zeke committed Jul 15, 2014
1 parent 64d203d commit 8f8a78e
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,9 +107,15 @@ var App = require("app.json")
### Usage in the Browser (without Browserify)

If browserify isn't your thing, use the pre-compiled browser-ready bundle in
[dist/app.js](/dist/app.js). Include this file in your html page and it will create
[dist/app.json.js](/dist/app.json.js). Include this file in your html page and it will create
`window.App` for you.

You can also use Bower if that's your thing:

```sh
bower install app.json
```

## Schema

The app.json schema is defined using the [JSON Schema](http://json-schema.org/)
Expand Down

0 comments on commit 8f8a78e

Please # to comment.