Skip to content

Commit 3c8905b

Browse files
robwormaldjeffbcross
authored andcommitted
fix(readme): use correct import paths
1 parent 4046ae3 commit 3c8905b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Usage:
1717
```
1818
import {bootstrap} from 'angular2/core';
1919
import {App} from './app';
20-
import {FIREBASE_PROVIDERS} from 'angularFire2';
20+
import {FIREBASE_PROVIDERS} from 'angularfire2';
2121
2222
bootstrap(App, FIREBASE_PROVIDERS);
2323
```
@@ -33,7 +33,7 @@ Usage:
3333

3434
```
3535
import {Inject} from 'angular2/core';
36-
import {DEFAULT_FIREBASE_REF} from 'angular2fire';
36+
import {DEFAULT_FIREBASE_REF} from 'angularfire2';
3737
...
3838
class MyComponent {
3939
constructor(@Inject(DEFAULT_FIREBASE_REF) ref:Firebase) {

0 commit comments

Comments
 (0)