From 80768429901999414e96102d06212a1474a6c27f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=93=81=E5=93=A5?= Date: Wed, 6 Sep 2023 10:34:40 +0800 Subject: [PATCH] Update README.md remove $ in bash command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e007bf2f..30261dfc 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