WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Commit 8ce41da

Browse files
committed
Merge pull request #4 from steffenkuche/master
Using the right module name in the Getting Started guide
2 parents 8f0135b + 2833658 commit 8ce41da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Include _angular-logger.js_, _[momentjs](https://github.com/moment/moment)_ and
6767
1. After installing, add `logger` module as a dependency to your module:
6868

6969
```javascript
70-
angular.module('YourModule', ['logger'])
70+
angular.module('YourModule', ['angular-logger'])
7171
```
7272
2. Start logging for your context
7373

0 commit comments

Comments
 (0)