Skip to content

Commit

Permalink
README updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthropic committed Apr 2, 2017
1 parent 005ac2f commit 5a6abc8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,11 @@ or
```sh
npm install angular-schema-form-bootstrap
```
And then include `angular-schema-form-bootstrap-bundled.min.js`. **Note that angular-schema-form >= 1.0.0-alpha.1 is needed**.

You **DO NOT** need to include angular-schema-form with this version, it is now **embedded** within the above file. If you wish to include the files separately you can still use `angular-schema-form-bootstrap.min.js`
The package.json 'main' script is this library alone and unminified so that minification can be handled by webpack or another script bundler.
**Note that angular-schema-form >= 1.0.0-alpha.1 is needed in that case**.

If you include `angular-schema-form-bootstrap-bundled.min.js` you **DO NOT** need to include angular-schema-form, it is now **embedded** within the bundled above file. If you wish to include the files separately you can still use `angular-schema-form-bootstrap.js` or `angular-schema-form-bootstrap.min.js`

Future
------
Expand Down

0 comments on commit 5a6abc8

Please sign in to comment.