Skip to content

Commit 211ba74

Browse files
authored
Update CDN
1 parent fae7c9b commit 211ba74

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
@@ -16,7 +16,7 @@ Note: This is the browser version. You can find the NodeJS version [here](https:
1616
<h2>Installation</h2>
1717

1818
```html
19-
<script src="https://raw.githubusercontent.com/Fortnite-API/nodejs-wrapper/web/FNAPIcom.js"></script>
19+
<script src="https://cdn.jsdelivr.net/gh/Fortnite-API/nodejs-wrapper@1.0.3-web/FNAPIcom.js"></script>
2020
```
2121

2222
<h2>Usage example</h2>
@@ -26,7 +26,7 @@ Note: This is the browser version. You can find the NodeJS version [here](https:
2626
<html>
2727
<head>
2828
<meta charset="utf-8">
29-
<script src="https://raw.githubusercontent.com/Fortnite-API/nodejs-wrapper/web/FNAPIcom.js"></script>
29+
<script src="https://cdn.jsdelivr.net/gh/Fortnite-API/nodejs-wrapper@1.0.3-web/FNAPIcom.js"></script>
3030
</head>
3131
<body>
3232
<pre id="response"></pre>

0 commit comments

Comments
 (0)