Skip to content

Commit 18481c5

Browse files
committed
Updated README.md, moved documentation part and fixed an error in an example. Updated documentation with password type
1 parent b14b89f commit 18481c5

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ apart from JSON Form?
3434
with version 4 of the JSON schema standard.
3535
3. By default, Schema Form generates Bootstrap 3-friendly HTML.
3636

37+
Documentation
38+
-------------
39+
Documentation covering defaults and form types [can be found here](docs/index.md). And you can find the documentation for how you extend angular schema form with your own types [here](https://github.com/Textalk/angular-schema-form/blob/master/docs/extending.md).
3740

3841
Basic Usage
3942
-----------
@@ -74,12 +77,6 @@ Then load them into Schema Form using the `sfSchema`, `sfForm`, and `sfModel` di
7477
</div>
7578
```
7679

77-
78-
Documentation
79-
-------------
80-
Documentation covering defaults and form types [can be found here.](docs/index.md)
81-
82-
8380
Installation
8481
------------
8582

@@ -131,8 +128,8 @@ also needs to be loaded *before* Schema Form.
131128

132129

133130
```html
134-
<script type="text/javascript" src="../bower_components/angular/angular.min.js"></script>
135-
<script type="text/javascript" src="../bower_components/angular-sanitize/angular-sanitize.min.js"></script>
131+
<script type="text/javascript" src="bower_components/angular/angular.min.js"></script>
132+
<script type="text/javascript" src="bower_components/angular-sanitize/angular-sanitize.min.js"></script>
136133
<script type="text/javascript" src="bower_components/tv4/tv4.js"></script>
137134
<script type="text/javascript" src="bower_components/objectpath/lib/ObjectPath.js"></script>
138135
<script type="text/javascript" src="bower_components/angular-schema-form/dist/schema-form.min.js"></script>

0 commit comments

Comments
 (0)