From ebff8c8fb7cf3e90ea3db70c397d7a3f23777366 Mon Sep 17 00:00:00 2001 From: "Garen J. Torikian" Date: Thu, 15 Feb 2018 10:55:46 -0500 Subject: [PATCH] Pedantic change --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 339b4f0..f6f5d57 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Provides a tabbed interface for editing and testing GraphQL queries/mutations wi #### Installation -If you have [Homebrew](http://brew.sh/) installed on OSX: +If you have [Homebrew](http://brew.sh/) installed on macOS: ``` brew cask install graphiql @@ -23,4 +23,4 @@ Alternately, download the binary from the [Releases](https://github.com/skevy/gr - cd into it - install all the require packages: `npm i` - build the project: `npm run build` -- start the project: `npm start` \ No newline at end of file +- start the project: `npm start`