Skip to content

Commit c6ed755

Browse files
author
Trevor Sears
committed
Merge branch 'master' of github.com:jsdsl/iterator
2 parents a07e927 + fdb5ca0 commit c6ed755

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

readme.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# JSDSL - Iterator
2+
23
A collection of classes that allow iteration over a predefined collection of elements.
34

45
### [Find @jsdsl/iterator on NPM.](https://www.npmjs.com/package/@jsdsl/iterator)
56

6-
77
## Table of Contents
88

99
- [Installation](#installation)
@@ -12,7 +12,9 @@ A collection of classes that allow iteration over a predefined collection of ele
1212
- [License](#license)
1313

1414
## Installation
15+
1516
Install from NPM with
17+
1618
```
1719
$ npm install --save @jsdsl/iterator
1820
```
@@ -78,6 +80,7 @@ for (let element of new MyIterable()) { ... }
7880
See the [wiki](https://github.com/jsdsl/iterator/wiki) for full documentation.
7981

8082
## License
83+
8184
@jsdsl/iterator is made available under the GNU General Public License v3.
8285

8386
Copyright (C) 2021 Trevor Sears

0 commit comments

Comments
 (0)