Skip to content

Commit cae4da1

Browse files
authored
fix: invalid download URL for jsdelivr
1 parent d5130ad commit cae4da1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ To use the SDK in the browser, simply add the following script tag to your
4444
HTML pages:
4545

4646
```html
47-
<script src="https://cdn.jsdelivr.net/npm/@tcgdex/sdk@2/dist/tcgdex.browser.js"></script>
47+
<script src="https://cdn.jsdelivr.net/npm/@tcgdex/sdk@2/dist/tcgdex.browser.global.min.js"></script>
4848
```
4949

50-
You can also download the script from [JSDelivr](https://cdn.jsdelivr.net/npm/@tcgdex/sdk@2/dist/tcgdex.browser.js) by right clicking the link and selecting save link as.
50+
You can also download the script from [JSDelivr](https://cdn.jsdelivr.net/npm/@tcgdex/sdk@2/dist/tcgdex.browser.global.min.js) by right clicking the link and selecting save link as.
5151

5252
**In Node.js**
5353

0 commit comments

Comments
 (0)