Skip to content

Commit

Permalink
Link to related unorm and prfun packages.
Browse files Browse the repository at this point in the history
We already mention `unorm` further down in the README, but make a
reference up top in the 'installation' section as well.
  • Loading branch information
cscott committed Feb 27, 2014
1 parent cef8a07 commit c185084
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ For node.js:

npm install es6-shim

In both browser and node you may also want to include `unorm`; see the
[`String.prototype.normalize`](#stringprototypenormalize) section for
details.

## Safe shims

* `Map`, `Set` (requires ES5)
Expand Down Expand Up @@ -170,6 +174,11 @@ 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 c185084

Please sign in to comment.