diff --git a/README.md b/README.md index 25a8a2578c2..5dfc729a0f9 100644 --- a/README.md +++ b/README.md @@ -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';