doc(readme): improved readme (#10)

less error-prone more intuitive ;)
This commit is contained in:
ffischer1984
2018-01-11 02:48:52 +01:00
committed by Eason Lin
parent 1ff949fa14
commit 0e25eab24f
+1 -1
View File
@@ -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