From 86aec9daecbcc35a74e8bb8fbb19aad08ad9a5b7 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Thu, 19 Apr 2018 23:30:49 +0800 Subject: [PATCH] add contents for readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0348d12..0aaa4187 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi - [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) + - [Using GET,POST,PUT,PATCH,DELETE and OPTIONS](#using-get-post-put-patch-delete-and-options) - [Parameters in path](#parameters-in-path) - [Querystring parameters](#querystring-parameters) - [Multipart/Urlencoded Form](#multiparturlencoded-form)