Skip to content

Commit

Permalink
Remove leading $ symbol from the installation command
Browse files Browse the repository at this point in the history
Having leading `$` makes it not possible to directly execute the snippet in the terminal.
  • Loading branch information
saivanji committed Jun 1, 2022
1 parent 91ed7d8 commit ae26a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ae26a89

Please sign in to comment.