From 3e9ea7b70a511ce1222aae711a3964745ee94f73 Mon Sep 17 00:00:00 2001 From: Gregoor Date: Wed, 26 Aug 2015 15:24:58 +0200 Subject: [PATCH] Add --save to graphql install --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58f024d231..1aae9576ad 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ through that README and the corresponding tests in parallel. Install GraphQL.js from npm ```sh -npm install graphql +npm install --save graphql ``` GraphQL.js provides two important capabilities: building a type schema, and