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

Commit 6b0cdf7

Browse files
committed
Additional readme formatting
1 parent 8f2eee1 commit 6b0cdf7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,12 @@ 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 Templates
37+
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.
3738

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

0 commit comments

Comments
 (0)