Skip to content

Commit 5a6abc8

Browse files
committed
README updates
1 parent 005ac2f commit 5a6abc8

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

+4-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,11 @@ or
2222
```sh
2323
npm install angular-schema-form-bootstrap
2424
```
25-
And then include `angular-schema-form-bootstrap-bundled.min.js`. **Note that angular-schema-form >= 1.0.0-alpha.1 is needed**.
2625

27-
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`
26+
The package.json 'main' script is this library alone and unminified so that minification can be handled by webpack or another script bundler.
27+
**Note that angular-schema-form >= 1.0.0-alpha.1 is needed in that case**.
28+
29+
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`
2830

2931
Future
3032
------

0 commit comments

Comments
 (0)