Skip to content

Commit f74e600

Browse files
committed
2 parents c1416fd + 2d5329a commit f74e600

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# graphql-json-schema
2+
[![](https://travis-ci.org/jakubfiala/graphql-json-schema.svg?branch=master)](https://travis-ci.org/jakubfiala/graphql-json-schema)
3+
24
Converts GraphQL Schema Language to JSON Schema
35

46
## Installation
@@ -44,7 +46,7 @@ npm install graphql-json-schema
4446
console.log(schema);
4547
```
4648

47-
the code above returns the following JSON:
49+
the code above returns the following JSON as a plain JS object:
4850

4951
```json
5052
{

0 commit comments

Comments
 (0)