Skip to content

Commit 75d688f

Browse files
committed
Fixed exceptionless#90 - Updated cdn.
1 parent 2dce2cb commit 75d688f

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
@@ -11,7 +11,7 @@ The definition of the word exceptionless is: to be without exception. Exceptionl
1111
## Show me the code!
1212

1313
```html
14-
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.6.4/dist/exceptionless.min.js"></script>
14+
<script src="https://cdn.jsdelivr.net/npm/exceptionless@v1.6.4/dist/exceptionless.min.js"></script>
1515
<script>
1616
var client = exceptionless.ExceptionlessClient.default;
1717
client.config.apiKey = 'API_KEY_HERE';
@@ -51,7 +51,7 @@ Use one of the following methods to install Exceptionless.js into your browser a
5151
Add the following script to your page:
5252

5353
```html
54-
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.6.4/dist/exceptionless.min.js"></script>
54+
<script src="https://cdn.jsdelivr.net/npm/exceptionless@v1.6.4/dist/exceptionless.min.js"></script>
5555
```
5656

5757
- **Bower:**

0 commit comments

Comments
 (0)