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