correct the script name for generating swagger doc

pull/6/head
supereagle 2017-06-09 14:25:32 +08:00
parent 9f23149a52
commit 606c32bc92
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ $ sudo docker build -t gcr.io/google_containers/gen-swagger-docs:v1 .
To generate the html docs,
```
$ ./run-gen-swagger-docs.sh <API version> <absolute output path, default to PWD>
$ ./gen-swagger-docs.sh <API version> <absolute output path, default to PWD>
```
The generated definitions.html and operations.html will be stored in output paths.