Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlah committed Jan 23, 2024
1 parent 9669232 commit 2fcffd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ Online preview [Pet Store](https://amorimjj.github.io/redoc-try-it-out.html) liv

For latest version:

`<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/RedocCommunity/redoc-try-it-out@main/dist/try-it-out.min.js"></script>`
`<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/CommunityExtensions/redoc-try-it-out@main/dist/try-it-out.min.js"></script>`

For specific commit:

`<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/RedocCommunity/redoc-try-it-out@<COMMIT_SHA>/dist/try-it-out.min.js"></script>`
`<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/CommunityExtensions/redoc-try-it-out@<COMMIT_SHA>/dist/try-it-out.min.js"></script>`

replace `<COMMIT_SHA>` with the commit you want to lock onto.

Expand Down

0 comments on commit 2fcffd2

Please sign in to comment.