From ca09c443fa117d673c53a028ed68934da158796e Mon Sep 17 00:00:00 2001 From: Nuruddin Ashr Date: Fri, 26 Jul 2024 11:23:44 +0700 Subject: [PATCH] Remove the dollar sign so it can be copy pasted to terminal --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c15f61b..f063256 100644 --- a/README.md +++ b/README.md @@ -147,14 +147,14 @@ The following structures receive a nesting increment commensurate with their nes ## Installation -``` -$ go install github.com/uudashr/gocognit/cmd/gocognit@latest +```shell +go install github.com/uudashr/gocognit/cmd/gocognit@latest ``` or -``` -$ go get github.com/uudashr/gocognit/cmd/gocognit +```shell +go get github.com/uudashr/gocognit/cmd/gocognit ``` ## Usage