Skip to content

Commit d7081af

Browse files
authored
Merge pull request rollbar#237 from rollbar/update-grunt-version-replacement
Update package version in requirejs example README
2 parents c115ce1 + b87b888 commit d7081af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gruntfile.js

-1
Original file line numberDiff line numberDiff line change
@@ -215,4 +215,3 @@ module.exports = function(grunt) {
215215
});
216216

217217
};
218-

examples/requirejs/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44

55
```js
66

7-
// Download https://cdnjs.cloudflare.com/ajax/libs/rollbar.js/1.9.2/rollbar.umd.nojson.min.js and place in current directory.
7+
//
8+
// Download the latest rollbar.umd.nojson.min.js and place in current directory.
89
var rollbarConfig = {
910
accessToken: '...',
1011
captureUncaught: true,

0 commit comments

Comments
 (0)