Skip to content

Commit

Permalink
fix: typo error in README.md (#1057)
Browse files Browse the repository at this point in the history
  • Loading branch information
jincheng9 committed Nov 22, 2021
1 parent 69fd233 commit c4ae822
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -37,7 +37,7 @@ Swag converts Go annotations to Swagger Documentation 2.0. We've created a varie
- [Use swaggerignore tag to exclude a field](#use-swaggerignore-tag-to-exclude-a-field)
- [Add extension info to struct field](#add-extension-info-to-struct-field)
- [Rename model to display](#rename-model-to-display)
- [How to using security annotations](#how-to-using-security-annotations)
- [How to use security annotations](#how-to-use-security-annotations)
- [Add a description for enum items](#add-a-description-for-enum-items)
- [About the Project](#about-the-project)

Expand Down Expand Up @@ -722,7 +722,7 @@ type Resp struct {
}//@name Response
```

### How to using security annotations
### How to use security annotations

General API info.

Expand Down

0 comments on commit c4ae822

Please sign in to comment.