Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinfarris committed Oct 20, 2016
1 parent 0c0b7d1 commit bd1d25c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Convert a server graphql schema into a client-safe schema to use with [Cashay][]

## Quick Start

Create a server schema builder function that accepts graphql as its only argument.

Example:
Create a server schema builder function that accepts graphql as its only argument, e.g.:

```js
// server/schema-builder.js
Expand Down Expand Up @@ -42,6 +40,8 @@ path that you specify.

## Usage

Note: You must bring your own graphql

```js
var cashaySchema = require('broccoli-cashay-schema');
var graphql = require('graphql');
Expand Down

0 comments on commit bd1d25c

Please sign in to comment.