From 585637e9f27f4258af0bc37ec46faa77a9bb4b61 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Wed, 6 Mar 2019 09:05:47 +0800 Subject: [PATCH] update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 78ddef27..1171865e 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ The key features of Gin are: - Rendering built-in - Extendable -For more features, please see the [Gin website](https://gin-gonic.com/). +For more feature details, please see the [Gin website](https://gin-gonic.com/docs/introduction/). ## Getting started ### Getting Gin -The first need [Go](https://golang.org/) installed (recommend the newest version), then you can use the below Go command to install Gin. +The first need [Go](https://golang.org/) installed (version 1.6+ is required), then you can use the below Go command to install Gin. ```sh $ go get -u github.com/gin-gonic/gin @@ -107,7 +107,7 @@ BenchmarkVulcan_GithubAll | 5000 | 394253 | 19894 ## Middlewares -You can find many Gin middlewares at [gin-contrib](https://github.com/gin-contrib). +You can find many useful Gin middlewares at [gin-contrib](https://github.com/gin-contrib). ## Documentation