Skip to content

Commit

Permalink
docs(README.md): Removing typos in the README file to use copy button…
Browse files Browse the repository at this point in the history
… correctly

In the section of brew commands, when the copy button has been used, the character `$` is copied together with the brew command and It causes an error on the user terminal.

Removing the `$` character promotes the best experience for users.
  • Loading branch information
jonathanmdr authored Jul 13, 2023
1 parent 3a7ba03 commit 894d920
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ Inspired by several tools used to simplify usage of `kubectl`.

Homebrew package manager:

```
$ brew update
$ brew install kube-ps1
```sh
brew update
brew install kube-ps1
```

### Arch Linux
Expand Down

0 comments on commit 894d920

Please sign in to comment.