Skip to content

Commit

Permalink
Correct URL for openapi-generator.cli.sh in README.md (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidwebster48 authored and wing328 committed Aug 9, 2018
1 parent d0ccac5 commit 4060fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ An example of setting this up (NOTE: Always evaluate scripts curled from externa

```
mkdir -p ~/bin/openapitools
curl https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/bin/utils/openapi-generator.cli.sh > ~/bin/openapitools/openapi-generator-cli
curl https://raw.githubusercontent.com/OpenAPITools/openapi-generator/master/bin/utils/openapi-generator-cli.sh > ~/bin/openapitools/openapi-generator-cli
chmod u+x ~/bin/openapitools/openapi-generator-cli
export PATH=$PATH:~/bin/openapitools/
```
Expand Down

0 comments on commit 4060fcb

Please sign in to comment.