Skip to content

Commit

Permalink
fix: incomplete sentences in README (swaggo#179)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jasper-zz authored Nov 15, 2021
1 parent 8ae7504 commit 301224e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down

0 comments on commit 301224e

Please sign in to comment.