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