Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
james-hu committed Dec 16, 2021
1 parent 0b46e43 commit 72e9029
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,11 +114,11 @@ OPTIONS
DESCRIPTION
This command line tool can generate a static website that you can host for
serving Swagger UI of your API Gateway APIs.
It generates website files locally and can optionally launch a local server
It generates website files locally and can optionally launch a local server
for you to preview.
Before running this tool, you need to log into your AWS account (through
Before running this tool, you need to log into your AWS account (through
command line like aws, saml2aws, okta-aws, etc.) first.
Please note that only APIs that have been mapped to custom domains will be
Please note that only APIs that have been mapped to custom domains will be
included in the website generated.
EXAMPLES
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "apig-swagger-ui",
"description": "Command line tool for generating OpenAPI spec and SwaggerUI from AWS API Gateway",
"version": "1.0.10",
"version": "1.1.0",
"author": "James Hu",
"bin": {
"apig-swagger-ui": "./bin/run"
Expand Down

0 comments on commit 72e9029

Please sign in to comment.