Skip to content

Commit

Permalink
Merge 9a84440 into 42bcced
Browse files Browse the repository at this point in the history
  • Loading branch information
trotyl committed Feb 7, 2016
2 parents 42bcced + 9a84440 commit 889b354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import 'rxjs/add/operator/map';
Observable.of(1,2,3).map(x => x + '!!!'); // etc
```

To import what you need and use it with ES7 function bind (best overall method, if possible):
To import what you need and use it with ES next function bind (best overall method, if possible):

```js
import {Observable} from 'rxjs/Observable';
Expand Down

0 comments on commit 889b354

Please sign in to comment.