Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
emonkak committed Sep 30, 2017
1 parent f6b113d commit b3ec243
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ import toArray from '@emonkak/enumerable/toArray';
::toArray(); // => [4]
```

But ECMAScript This-Binding Syntax is still in a proposal yet.
You can use the extension modules instead of ECMAScript This-Binding Syntax.
But This-Binding Syntax is still in a proposal yet.
So you can not use this without transpiring.

You can use the extension modules instead of this.
The extension modules add methods to `Enumerable` class.

```javascript
Expand Down

0 comments on commit b3ec243

Please sign in to comment.