From 723512f11c43589cafb89d421235eca8a81b01e8 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Thu, 19 Apr 2018 23:00:26 +0800 Subject: [PATCH] add contents for readme --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 40ad5135..606f18e5 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,14 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi ## Contents -- [Quick start](#Quick start) +- [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) +- [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)