Skip to content

Commit ff939f9

Browse files
committed
Fix README name
1 parent d3cd03d commit ff939f9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# JSON Schema from JSON
1+
# JSON to JSON Schema
22

3-
> JSON to JSON Schema. Convert a JSON to a JSON Schema describing that JSON
3+
> JSON to JSON Schema convert a JSON to a JSON Schema describing that JSON
44
55
## Usage
66

@@ -18,10 +18,10 @@ console.log(mySchema); // => {type: 'object', properties: {name: {type: 'string'
1818
Use npm or Bower to install this package
1919

2020
```
21-
npm install --save json-schmea-from-json
21+
npm install --save json-to-json-schema
2222
```
2323
```
24-
bower install --save json-schmea-from-json
24+
bower install --save json-to-json-schema
2525
```
2626

2727
## Development

0 commit comments

Comments
 (0)