From 8adb3575364c2b7b42011ac57a82d518d573e75d Mon Sep 17 00:00:00 2001 From: thinkerou Date: Thu, 19 Apr 2018 23:03:22 +0800 Subject: [PATCH] add contents for readme --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 606f18e5..2b834662 100644 --- a/README.md +++ b/README.md @@ -15,16 +15,16 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi ## Contents -- [Quick start](#Quick-start) -- [Benchmarks](#Benchmarks) -- [Gin v1.stable](#Gin-v1.stable) -- [Start using it](#Start-using-it) -- [Build with jsoniter](#Build-with-jsoniter) -- [API Examples](#API-Examples) +- [Quick start](#quick-start) +- [Benchmarks](#benchmarks) +- [Gin v1.stable](#gin-v1.stable) +- [Start using it](#start-using-it) +- [Build with jsoniter](#build-with-jsoniter) +- [API Examples](#api-Examples) - [Using GET,POST,PUT,PATCH,DELETE and OPTIONS](Using GET,POST,PUT,PATCH,DELETE-and-OPTIONS) - []() -- [Testing](#Testing) -- [Users](#Users) +- [Testing](#testing) +- [Users](#users--) ## Quick start