Skip to content

Commit 67bf200

Browse files
committed
Fix readme links
1 parent bd65711 commit 67bf200

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libraries/sdk-web/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ The SIWF Button SDK is compatible with all modern browsers:
6262

6363
### 📥 Installation
6464

65-
Simply include the SDK in your HTML from [jsDelivr](https://www.jsdelivr.com/package/npm/@ProjectLibertyLabs/siwf-sdk-web) (update the version as needed):
65+
Simply include the SDK in your HTML from [jsDelivr](https://www.jsdelivr.com/package/npm/@projectlibertylabs/siwf-sdk-web) (update the version as needed):
6666

6767
```html
68-
<script src="https://https://cdn.jsdelivr.net/npm/@ProjectLibertyLabs/[email protected].0/siwf-sdk-web.min.js"></script>
68+
<script src="https://cdn.jsdelivr.net/npm/@projectlibertylabs/siwf-sdk-web@1.0.1/siwf-sdk-web.min.js"></script>
6969
```
7070

7171
Or download from [GitHub Releases](https://github.com/ProjectLibertyLabs/siwf/releases?q=sdk-web&expanded=true) and include it locally:

0 commit comments

Comments
 (0)