Skip to content

Commit

Permalink
Merge pull request swaggo#129 from alexandregv/master
Browse files Browse the repository at this point in the history
Fix typos in README
  • Loading branch information
ubogdan authored Oct 24, 2020
2 parents 0be4802 + d6f8472 commit 39399e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func main() {
}
```

5. Run it, and browser to http://localhost:8080/swagger/index.html, you can see Swagger 2.0 Api documents.
5. Run it, and browse to http://localhost:8080/swagger/index.html, you can see Swagger 2.0 Api documents.

![swagger_index.html](https://user-images.githubusercontent.com/8943871/60704329-b7ab0680-9f36-11e9-9184-5c638c05e9c5.png)

Expand Down Expand Up @@ -114,5 +114,5 @@ func main() {
}
```

Then, if you set envioment variable `NAME_OF_ENV_VARIABLE` to anything, `/swagger/*any`
Then, if you set environment variable `NAME_OF_ENV_VARIABLE` to anything, `/swagger/*any`
will respond 404, just like when route unspecified.

0 comments on commit 39399e5

Please sign in to comment.