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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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`.