Skip to content

Commit 56fad59

Browse files
authored
minor update to README example
1 parent b65031b commit 56fad59

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
@@ -96,7 +96,7 @@ Your minified file need to be appended with a comment directive to your source m
9696
2. Implement a new [exception handler](https://docs.angularjs.org/api/ng/service/$exceptionHandler) for your AngularJS application:
9797

9898
```JS
99-
angular.module('yourApp', [])
99+
angular.module('myAngularApp', [])
100100

101101
.factory('$exceptionHandler', ['$log', '$window', function($log, $window) {
102102
var StackdriverErrors = new $window.StackdriverErrorReporter();

0 commit comments

Comments
 (0)