From c5325c190e5836da0b48d26fc8aa1fc31707873d Mon Sep 17 00:00:00 2001 From: w169q169 Date: Thu, 26 Apr 2018 08:48:43 +0800 Subject: [PATCH] add api document on the README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2806d979..aba9ef31 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ Gin is a web framework written in Go (Golang). It features a martini-like API wi - [Bind HTML checkboxes](#bind-html-checkboxes) - [Multipart/Urlencoded binding](#multiparturlencoded-binding) - [XML, JSON and YAML rendering](#xml-json-and-yaml-rendering) - - [JSONP rendering](#jsonp-rendering) + - [JSONP rendering](#jsonp) - [Serving static files](#serving-static-files) - [HTML rendering](#html-rendering) - [Multitemplate](#multitemplate)