From 2ab80275ebbf0df6fa4643def6aa56bf58a209aa Mon Sep 17 00:00:00 2001 From: Tim Rogers Date: Wed, 29 Jun 2022 13:45:03 +0100 Subject: [PATCH] Remove `--cask` option from example `brew install` command in the README You no longer need to specify the `--cask` option with `brew install` to install Homebrew Casks, so this removes that from the documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d1247ac..a4b376d 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Provides a tabbed interface for editing and testing GraphQL queries/mutations wi If you have [Homebrew](http://brew.sh/) installed on macOS: ``` -brew install --cask graphiql +brew install graphiql ``` Alternately, download the binary from the [Releases](https://github.com/skevy/graphiql-app/releases) tab.