Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 261a6f3

Browse files
author
k7sleeper
committedJun 2, 2016
fixed import statement
1 parent feaedf9 commit 261a6f3

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
@@ -63,7 +63,7 @@ In order to see all of the messages you just need to change the logger message h
6363

6464
- Or using one of the predefined configuration providers:
6565

66-
import {Logger} from "angular2-logger/core";
66+
import {LOG_LOGGER_PROVIDERS} from "angular2-logger/core";
6767
6868
bootstrap( App, [ LOG_LOGGER_PROVIDERS ]);
6969

0 commit comments

Comments
 (0)
Please sign in to comment.