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

Commit 8f2eee1

Browse files
committed
Fixing readme formatting
1 parent 5d15186 commit 8f2eee1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ See `bower.json` and `index.html` in the `master` branch for a full list / more
2929

3030
`<script src="bower_components/angular-formly/dist/formly.min.js"></script>`
3131

32-
> *Prebuilt Templates*
32+
> *Prebuilt Templates*
3333
- [Vanilla Template](https://github.com/formly-js/angular-formly-templates-vanilla#install-in-your-project): no fancy styling, just plain html
3434
- [Bootstrap Templates](https://github.com/formly-js/angular-formly-templates-bootstrap#install-in-your-project): bootstrap compatible forms, form-groups, etc.
3535

36-
> DIY: Regardless of which flavor you use, you can create your own templates with `formlyConfigProvider`. Use any of the builds above and override all the templates or just the ones you need.
36+
> DIY: Regardless of which flavor you use, you can create your own templates with `formlyConfigProvider`. Use any of the builds above and override all the templates or just the ones you need.
3737
3838
3. Add 'formly' as a required module to your angular app, usually in `app.js`:
3939
`var app = angular.module('app', ['ng', 'ui.router', 'formly']);`

0 commit comments

Comments
 (0)