diff --git a/README.md b/README.md index a4ced64e..547e7d16 100644 --- a/README.md +++ b/README.md @@ -211,6 +211,8 @@ $ go build -tags=jsoniter . ## API Examples +You can find a number of ready-to-run examples at [Gin examples repository](https://github.com/gin-gonic/examples). + ### Using GET, POST, PUT, PATCH, DELETE and OPTIONS ```go diff --git a/examples/README.md b/examples/README.md deleted file mode 100644 index 4b3b718c..00000000 --- a/examples/README.md +++ /dev/null @@ -1,3 +0,0 @@ -# Gin Examples - -## TODO