Fix typos in README
This commit is contained in:
@@ -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.
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
@@ -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.
|
will respond 404, just like when route unspecified.
|
||||||
|
|||||||
Reference in New Issue
Block a user