Skip to content

Commit

Permalink
Use correct CDN path
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Martins committed Nov 17, 2020
1 parent c200015 commit 57f0faa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ Public components to enhance your interaction with Teamwork
*From the CDN*

```html
<script src="https://cdn.teamwork.com/teamwork-login-button.js"></script>
<!-- You can also use https://cdn.teamwork.com/public/{tag}/login-button.js for a specific version -->
<script src="https://cdn.teamwork.com/public/latest/login-button.js"></script>
<teamwork-login-button
redirectURI="https://www.myapp.com/"
clientID="myClientID"
Expand Down

0 comments on commit 57f0faa

Please sign in to comment.