From 075e87b405c5d3bb020458d8c9e2ef85ca703bbe Mon Sep 17 00:00:00 2001 From: Blair Currey <12960453+BlairCurrey@users.noreply.github.com> Date: Fri, 14 Jul 2023 20:53:02 -0400 Subject: [PATCH] Update README.md makes cmd copy-pasteable --- 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