diff --git a/README.md b/README.md index c2e8e5b..14a5fb9 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ package main import ( "github.com/gin-gonic/gin" swaggerFiles "github.com/swaggo/files" - "github.com/swaggo/gin-swagger" + ginSwagger "github.com/swaggo/gin-swagger" _ "github.com/swaggo/gin-swagger/example/basic/docs" // docs is generated by Swag CLI, you have to import it. ) @@ -85,7 +85,7 @@ package main import ( "github.com/gin-gonic/gin" swaggerFiles "github.com/swaggo/files" - "github.com/swaggo/gin-swagger" + ginSwagger "github.com/swaggo/gin-swagger" _ "github.com/swaggo/gin-swagger/example/basic/docs" // docs is generated by Swag CLI, you have to import it. )