From 0e25eab24f17df8ee7618a68c27642f6a718c1ea Mon Sep 17 00:00:00 2001 From: ffischer1984 Date: Thu, 11 Jan 2018 02:48:52 +0100 Subject: [PATCH] doc(readme): improved readme (#10) less error-prone more intuitive ;) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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