Skip to content

Commit 87d8003

Browse files
committed
Updated the version in the readme.
1 parent 2ce63c7 commit 87d8003

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The definition of the word exceptionless is: to be without exception. Exceptionl
77
## Show me the code! ##
88

99
```html
10-
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.0.1/dist/exceptionless.min.js"></script>
10+
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.1.0/dist/exceptionless.min.js"></script>
1111
<script>
1212
var client = exceptionless.ExceptionlessClient.default;
1313
client.config.apiKey = 'API_KEY_HERE';
@@ -46,7 +46,7 @@ Use one of the following methods to install Exceptionless.js into your browser a
4646
Add the following script to your page:
4747

4848
```html
49-
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.0.1/dist/exceptionless.min.js"></script>
49+
<script src="https://cdn.rawgit.com/exceptionless/Exceptionless.JavaScript/v1.1.0/dist/exceptionless.min.js"></script>
5050
```
5151

5252
- **Bower:**
@@ -262,4 +262,4 @@ If you find a bug or want to contribute a feature, feel free to create a pull re
262262
gulp test
263263
```
264264

265-
During development, you can use relative paths to require Exceptionless, e.g. `require('./dist/exceptionless.node.js')` when you are running Node.js from the git root directory.
265+
During development, you can use relative paths to require Exceptionless, e.g. `require('./dist/exceptionless.node.js')` when you are running Node.js from the git root directory.

0 commit comments

Comments
 (0)