From 77891feabd6b31395372461d19aca916facd1093 Mon Sep 17 00:00:00 2001 From: thinkerou Date: Sun, 25 Dec 2022 11:38:19 +0800 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index cf1fdc23..897a6ce8 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,6 @@ Gin is a web framework written in [Go](https://go.dev/). It features a martini-l - Rendering built-in - Extendable -For more feature details, please see the [Gin website introduction](https://gin-gonic.com/docs/introduction/). - ## Getting started @@ -82,6 +80,7 @@ And use the Go command to run the demo: $ go run example.go ``` +For more examples, please read the [Gin Quick Start](docs/doc.md). ## Examples