From b4137fcdd8d07b78c56f9ffc920cfbc3612fb79a Mon Sep 17 00:00:00 2001 From: Jimmy Jia Date: Fri, 29 Apr 2016 17:20:39 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index b06c274..2a875c6 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ JSON scalar type for [GraphQL.js](https://github.com/graphql/graphql-js). +## Usage + +```js +import GraphQLJSON from 'graphql-type-json'; +``` + [build-badge]: https://img.shields.io/travis/taion/graphql-type-json/master.svg [build]: https://travis-ci.org/taion/graphql-type-json