From bd1d25c2104df4946d68f254ae222080c69ddd16 Mon Sep 17 00:00:00 2001 From: Dustin Farris Date: Thu, 20 Oct 2016 17:59:07 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aaf1bf5..163a882 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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');