From 0fadce2775368a2a1435a7ab61574e3f49061afc Mon Sep 17 00:00:00 2001 From: re Date: Mon, 12 Dec 2022 14:59:29 +0300 Subject: [PATCH] Update 'README.md' --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e5fc6aa..e4547e5 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ Static middleware Download and install it: ```sh -go get github.com/gin-contrib/static +go get git.internal/re/static ``` Import it in your code: ```go -import "github.com/gin-contrib/static" +import "git.internal/re/static" ``` ### Canonical example @@ -31,8 +31,8 @@ See the [example](_example) package main import ( - "github.com/gin-contrib/static" - "github.com/gin-gonic/gin" + "git.internal/re/static" + "git.internal/re/gin" ) func main() {