From d6f84722fb269e24524ba9ae0a79b8902e0d7e91 Mon Sep 17 00:00:00 2001 From: Alexandre GV Date: Fri, 23 Oct 2020 20:06:14 +0200 Subject: [PATCH] Fix typos in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3d434aa..c2e8e5b 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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.