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

Commit de2d3c1

Browse files
author
Kamil Kisiela
committed
docs(readme): use # as headings
1 parent 3a46482 commit de2d3c1

File tree

1 file changed

+11
-21
lines changed

1 file changed

+11
-21
lines changed

README.md

Lines changed: 11 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
FormlyMaterial
2-
==============
1+
# FormlyMaterial
32

43
Material Design Templates for [Angular-Formly](http://angular-formly.com). Modern & flexible forms configured easily in a JSON object.
54

@@ -23,8 +22,7 @@ Material Design Templates for [Angular-Formly](http://angular-formly.com). Moder
2322

2423
---
2524

26-
Table of contents
27-
-----------------
25+
## Table of contents
2826

2927
- [Install](#install)
3028
- [Getting Started](#getting-started)
@@ -38,8 +36,7 @@ Table of contents
3836

3937
---
4038

41-
Install
42-
-------
39+
## Install
4340

4441
```
4542
npm install angular-formly-material
@@ -53,8 +50,7 @@ bower install angular-formly-material
5350
meteor add formly:angular-formly-templates-material
5451
```
5552

56-
Getting Started
57-
---------------
53+
## Getting Started
5854

5955
1. Add package using one of methods above
6056
2. Add the following dependencies to your AngularJS module:
@@ -65,28 +61,24 @@ angular.module('myAppName', [
6561
])
6662
```
6763

68-
Requests?
69-
---------
64+
## Requests?
7065

7166
Maybe you need some new feature? Go here:
7267

7368
https://github.com/formly-js/angular-formly-templates-material/issues/4
7469

75-
Requirements
76-
------------
70+
## Requirements
7771

7872
- angular ~ 1.4.0
7973
- angular-messages ~ 1.4.0
8074
- angular-material ~ 1.0.0
8175
- angular-formly ~ 7.3.0
8276

83-
Components
84-
==========
77+
## Components
8578

8679
Any requests? Add issue!
8780

88-
Fields
89-
------
81+
### Fields
9082

9183
- [checkbox](docs/types/checkbox.md)
9284
- [chips](docs/types/chips.md)
@@ -98,18 +90,16 @@ Fields
9890
- [switch](docs/types/switch.md)
9991
- [textarea](docs/types/textarea.md)
10092

101-
Wrappers
102-
--------
93+
### Wrappers
10394

10495
- [divider](docs/wrappers/divider.md)
10596
- [inputContainer](docs/wrappers/input-container.md)
10697
- [label](docs/wrappers/label.md)
10798
- [messages](docs/wrappers/messages.md)
10899

109-
Common settings
110-
---------------
100+
### Common settings
111101

112-
### theme (string)
102+
#### theme (string)
113103

114104
Value of md-theme used on field
115105

0 commit comments

Comments
 (0)