Skip to content

Commit

Permalink
Remove recommendation to check out a package that modifies globals.
Browse files Browse the repository at this point in the history
Fixes #297.
  • Loading branch information
ljharb committed Oct 20, 2014
1 parent 5ebc245 commit 671b5c4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,11 +175,6 @@ Promise.resolve(5).then(function (value) {
});
```
Note that the ES6 `Promise` specification includes very few methods.
For a more useful set of utility methods
(`map`/`reduce`/`bind`/`guard`/etc), you might want to look into the
[`prfun`](https://github.com/cscott/prfun) package.
Other stuff:
* [ECMAScript 6 drafts](http://wiki.ecmascript.org/doku.php?id=harmony:specification_drafts)
Expand Down

0 comments on commit 671b5c4

Please sign in to comment.