From ae26a89c43c5a73bffb6b4d584830b3236ab316e Mon Sep 17 00:00:00 2001 From: aiven715 <44402489+aiven715@users.noreply.github.com> Date: Wed, 1 Jun 2022 14:10:41 +0600 Subject: [PATCH] Remove leading `$` symbol from the installation command Having leading `$` makes it not possible to directly execute the snippet in the terminal. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d971ca19..8bdd8ae34 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ GraphQL IDE for better development workflows (GraphQL Subscriptions, interactive ## Installation ```sh -$ brew install --cask graphql-playground +brew install --cask graphql-playground ``` ## Features