Skip to content
This repository was archived by the owner on Apr 30, 2018. It is now read-only.

Commit 5844692

Browse files
committed
Fixed broken numbering and adding --save to bower install in README
1 parent 40ed6b7 commit 5844692

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ Formly for Angular is an AngularJS module which has directives to help customize
1717
See `bower.json` and `index.html` in the `master` branch for a full list / more details
1818

1919
## Install in your project
20-
1. Install with Bower
21-
`$ bower install angular-formly`
20+
- Install with Bower
21+
`$ bower install angular-formly --save`
2222

23-
2. Include the javascript file in your index.html, Formly comes in the following flavors:
23+
- Include the javascript file in your index.html, Formly comes in the following flavors:
2424
- Vanilla: no fancy styling, just plain html
2525

2626
`<script src="bower_components/angular-formly/dist/formly.min.js"></script>`
@@ -31,7 +31,7 @@ See `bower.json` and `index.html` in the `master` branch for a full list / more
3131

3232
- DIY: You can create your own templates with `formlyTemplateProvider`! Use any of the builds above and override all the templates or just the ones you need.
3333

34-
3. Add 'formly' as a required module to your angular app, usually in `app.js`:
34+
- Add 'formly' as a required module to your angular app, usually in `app.js`:
3535
`var app = angular.module('app', ['ng', 'ui.router', 'formly']);`
3636

3737
## Documentation

0 commit comments

Comments
 (0)