fix: incomplete sentences in README (#179)

This commit is contained in:
Jasper
2021-11-15 20:15:10 +08:00
committed by GitHub
parent 8ae7504f84
commit 301224e3df
+1 -1
View File
@@ -75,7 +75,7 @@ func Helloworld(g *gin.Context) {
}
```
2. Use `swag init` command to generate a docs, docs generated will be stored at
2. Use `swag init` command to generate a docs, docs generated will be stored at `docs/`.
3. import the docs like this:
I assume your project named `github.com/go-project-name/docs`.