Skip to content

Commit

Permalink
Fix README typo
Browse files Browse the repository at this point in the history
  • Loading branch information
UselessPickles committed Feb 19, 2018
1 parent 2dbcc66 commit bd45a38
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 @@ -314,7 +314,7 @@ for (const value ofwrapped.values()) {
```
## Requirements
- *ES5/ES6 Features*: The following ES6/ES6 features are used by `ts-enum-util`, so they must exist (either natively or via polyfill) in the run-time environment:
- *ES5/ES6 Features*: The following ES5/ES6 features are used by `ts-enum-util`, so they must exist (either natively or via polyfill) in the run-time environment:
- `Array.prototype.forEach`
- `Array.prototype.map`
- `Array.from()`
Expand Down

0 comments on commit bd45a38

Please sign in to comment.