Fix typo in README [ci skip] (#1492)

This commit is contained in:
David Zhang 2018-08-17 11:33:23 +08:00 committed by 田欧
parent a643d20605
commit f5451bd645
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ BenchmarkVulcan_GithubAll | 5000 | 394253 | 19894
## Build with [jsoniter](https://github.com/json-iterator/go)
Gin use `encoding/json` as default json package but you can change to [jsoniter](https://github.com/json-iterator/go) by build from other tags.
Gin uses `encoding/json` as default json package but you can change to [jsoniter](https://github.com/json-iterator/go) by build from other tags.
```sh
$ go build -tags=jsoniter .