Skip to content

Commit

Permalink
correct the script name for generating swagger doc
Browse files Browse the repository at this point in the history
  • Loading branch information
supereagle committed Jun 9, 2017
1 parent 9f23149 commit 606c32b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/gen-swagger-doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 606c32b

Please sign in to comment.