Skip to content

Commit

Permalink
enhanced lib import example
Browse files Browse the repository at this point in the history
  • Loading branch information
gekkedev authored Aug 13, 2019
1 parent 12c1ff3 commit 6caad10
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 @@ -42,7 +42,7 @@ c
### Using ezEach
**Import the library just once, at a central place in your code if possible.**
```
import "ez-each";
import "ez-each"; //or require("ez-each") if you cannot use ES6
["a", "b", "c"].ezEach((letter: string) => console.log(letter));
```
Expand Down

0 comments on commit 6caad10

Please sign in to comment.