From 894d92000a312d8ad8d9d34d81a25c082622d49f Mon Sep 17 00:00:00 2001 From: Jonathan Henrique Date: Thu, 13 Jul 2023 14:52:46 -0300 Subject: [PATCH] docs(README.md): Removing typos in the README file to use copy button 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. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 731c53d..d674723 100644 --- a/README.md +++ b/README.md @@ -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