Skip to content

Commit

Permalink
use the word 'polyfill' instead of 'shim' to be consistent with the m…
Browse files Browse the repository at this point in the history
…ain site.
  • Loading branch information
dchambers committed Sep 28, 2014
1 parent 3c03174 commit b15b3b6
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
@@ -1,6 +1,6 @@
# IterizerJs

IterizerJs makes it easier to write code that makes extensive use of ES6 iterables. It is not a shim, but merely makes it easier to get the most out of ES6 iterables and generators. It provides:
IterizerJs makes it easier to write code that makes extensive use of ES6 iterables. It is not a polyfill, but merely makes it easier to get the most out of ES6 iterables and generators. It provides:

* A `range()` function so you never need to use the classic `for` loop again — `for...of` and `for...in` can be used instead.
* Implementations of the ES5 array methods (`map()`, `filter()`, `every()`, `some()`, `reduce()`, `reduceRight()`, `indexOf()` & `lastIndexOf()`) for use with any iterable.
Expand Down

0 comments on commit b15b3b6

Please sign in to comment.