From e1db1e5bec58481b8b9d8c300848c1f969b1c336 Mon Sep 17 00:00:00 2001 From: Sarvesh Hon Date: Sat, 24 Feb 2024 21:22:18 +0530 Subject: [PATCH] removed the $ which was getting to clipboard while copying this the cmd --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e007bf2fbb..30261dfc78 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ to your code, and then `go [build|run|test]` will automatically fetch the necess Otherwise, run the following Go command to install the `gin` package: ```sh -$ go get -u github.com/gin-gonic/gin +go get -u github.com/gin-gonic/gin ``` ### Running Gin