diff --git a/README.md b/README.md index 34df4e1..f8f9d13 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ import ( "github.com/swaggo/gin-swagger" "github.com/swaggo/gin-swagger/swaggerFiles" - _ "github.com/swaggo/gin-swagger/example/docs" // docs is generated by Swag CLI, you have to import it. + _ "./docs" // docs is generated by Swag CLI, you have to import it. ) // @title Swagger Example API