Skip to content

Commit

Permalink
docs($browser): Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
akserg committed May 13, 2016
1 parent 23ee112 commit 0281839
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ Finally, you can use *ng2-slim-loading-bar* in your Angular 2 project:
- Add `<ng2-slim-loading-bar></ng2-slim-loading-bar>` tag in template of your application component.

```js
import {Component} from 'angular2/core';
import {Component} from '@angular/core';
import {SlimLoadingBarService, SlimLoadingBar} from 'ng2-slim-loading-bar/ng2-slim-loading-bar';
import {bootstrap} from 'angular2/platform/browser';
import {bootstrap} from '@angular/platform/browser';

bootstrap(AppComponent, [
SlimLoadingBarService // It is required to have 1 unique instance of your service
Expand Down

0 comments on commit 0281839

Please sign in to comment.