Skip to content

Commit d8f9ae8

Browse files
Jastrzebowskisteren
authored andcommitted
Fix version number in example (#31)
1 parent 7587cd0 commit d8f9ae8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Add this line in your HTML code, before `</head>` and replace `<my-api-key>` and
2626

2727
```HTML
2828
<!-- Warning: This is an experimental library, do not use it on production environments -->
29-
<script defer src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.2.0/dist/stackdriver-errors-concat.min.js"></script>
29+
<script defer src="https://cdn.rawgit.com/GoogleCloudPlatform/stackdriver-errors-js/v0.3.0/dist/stackdriver-errors-concat.min.js"></script>
3030
<script type="text/javascript">
3131
window.addEventListener('DOMContentLoaded', function() {
3232
var errorHandler = new StackdriverErrorReporter();

0 commit comments

Comments
 (0)