Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
jakubfiala committed Jun 16, 2017
2 parents c1416fd + 2d5329a commit f74e600
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
# graphql-json-schema
[![](https://travis-ci.org/jakubfiala/graphql-json-schema.svg?branch=master)](https://travis-ci.org/jakubfiala/graphql-json-schema)

Converts GraphQL Schema Language to JSON Schema

## Installation
Expand Down Expand Up @@ -44,7 +46,7 @@ npm install graphql-json-schema
console.log(schema);
```

the code above returns the following JSON:
the code above returns the following JSON as a plain JS object:

```json
{
Expand Down

0 comments on commit f74e600

Please sign in to comment.