From 8f8a78e4875e0285b65587bc45678bab352f59a5 Mon Sep 17 00:00:00 2001 From: zeke Date: Tue, 15 Jul 2014 14:29:32 -0700 Subject: [PATCH] add bower install instructions to readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef78823..76de268 100644 --- a/README.md +++ b/README.md @@ -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/)