Skip to content

Commit

Permalink
[Bug Fix] fixing Promise module link to Then in README
Browse files Browse the repository at this point in the history
  • Loading branch information
rousan committed Jun 15, 2017
1 parent 0d1f835 commit 5f4c9ce
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 @@ -4,7 +4,7 @@ Provides an equivalent implementation of ES6(Harmony)
in pure ES5 code and creates an ES6 environment for old browsers or
JavaScript Engines. At least ES5 is required.
To get standalone implementation of `Symbol`, `Promise`, or `Collections`(`Map`, `Set`, `WeakMap` and `WeakSet`)
please visit [symbol-es6](https://github.com/ariyankhan/symbol-es6), [promise-es6](https://github.com/ariyankhan/promise-es6) and [collections-es6](https://github.com/ariyankhan/collections-es6).
please visit [symbol-es6](https://github.com/ariyankhan/symbol-es6), [Then](https://github.com/ariyankhan/Then) and [collections-es6](https://github.com/ariyankhan/collections-es6).

## Implemented

Expand Down

0 comments on commit 5f4c9ce

Please sign in to comment.