Skip to content

Commit 930267d

Browse files
committed
Updated README.
1 parent a29123e commit 930267d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ react-jsonschema-form
44
[![Build Status](https://travis-ci.org/mozilla-services/react-jsonschema-form.svg)](https://travis-ci.org/mozilla-services/react-jsonschema-form)
55

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

99
Requires React 0.14+.
1010

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-jsonschema-form",
33
"version": "0.2.0",
4-
"description": "A simple React component capable of building forms from a JSON schema.",
4+
"description": "A simple React component capable of building HTML forms out of a JSON schema.",
55
"scripts": {
66
"dist": "babel -d lib/ src/ && rimraf dist && webpack --config webpack.config.dist.js --optimize-minimize",
77
"lint": "eslint src test",

0 commit comments

Comments
 (0)