Skip to content

Commit 5ad7188

Browse files
committed
Updated README.
1 parent ff79641 commit 5ad7188

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@ react-jsonschema-form
55

66
A simple [React](http://facebook.github.io/react/) component capable of building HTML forms out of a [JSON schema](http://jsonschema.net/).
77

8-
Requires React 0.14+.
8+
A [live demo](https://mozilla-services.github.io/react-jsonschema-form/) is hosted on gh-pages.
9+
10+
![](http://i.imgur.com/oxBlg96.png)
911

1012
## Installation
1113

14+
Requires React 0.14+.
15+
1216
As a npm-based project dependency:
1317

1418
```
@@ -108,10 +112,7 @@ Here's a list of supported alternative widgets for different JSONSchema data typ
108112
$ npm start
109113
```
110114

111-
A [Cosmos development server](https://github.com/skidding/cosmos) showcasing components with hot reload enabled is available at [localhost:8080](http://localhost:8080).
112-
113-
![](http://i.imgur.com/51KtbqO.png)
114-
115+
A live development server showcasing components with hot reload enabled is available at [localhost:8080](http://localhost:8080).
115116

116117
## Tests
117118

0 commit comments

Comments
 (0)