Skip to content

Commit e1f7900

Browse files
authored
docs(readme): Move to stackblitz
1 parent c42a0dd commit e1f7900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Status: Release candidate
1616
#### Quick links
1717
[Contributing](CONTRIBUTING.md)
1818

19-
[Plunker Template](http://plnkr.co/edit/8yY4tH?p=preview) - Requires to set your Firebase credentials in `app.module.ts`.
19+
[Stackbliz Template](https://stackblitz.com/edit/angular-2ed5zx?) - Remember to set your Firebase configuration in `app/app.module.ts`.
2020

2121
[Upgrading to v4.0? Check out our guide.](docs/version-4-upgrade.md)
2222

@@ -29,8 +29,8 @@ npm install firebase angularfire2 --save
2929
## Example use:
3030

3131
```ts
32-
import {Component} from '@angular/core';
33-
import {AngularFireDatabase, FirebaseListObservable} from 'angularfire2/database';
32+
import { Component } from '@angular/core';
33+
import { AngularFireDatabase, FirebaseListObservable } from 'angularfire2/database';
3434

3535
@Component({
3636
selector: 'project-name-app',

0 commit comments

Comments
 (0)