Skip to content

Commit

Permalink
docs: Update README.md (gin-gonic#3108)
Browse files Browse the repository at this point in the history
  • Loading branch information
dijonkitchen authored and daheige committed Apr 18, 2022
1 parent b9af4b6 commit 018a6db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi

To install Gin package, you need to install Go and set your Go workspace first.

1. The first need [Go](https://golang.org/) installed (**version 1.14+ is required**), then you can use the below Go command to install Gin.
1. You first need [Go](https://golang.org/) installed (**version 1.14+ is required**), then you can use the below Go command to install Gin.

```sh
$ go get -u github.com/gin-gonic/gin
Expand Down

0 comments on commit 018a6db

Please sign in to comment.