From fdb5ca04ff328d153e67a338204c6dc56b0a1a3a Mon Sep 17 00:00:00 2001 From: Trevor Sears Date: Tue, 31 Aug 2021 16:38:35 -0400 Subject: [PATCH] Fixed `readme.md` formatting. --- readme.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 0575120..ba48b95 100644 --- a/readme.md +++ b/readme.md @@ -1,9 +1,9 @@ # JSDSL - Iterator + A collection of classes that allow iteration over a predefined collection of elements. ### [Find @jsdsl/iterator on NPM.](https://www.npmjs.com/package/@jsdsl/iterator) - ## Table of Contents - [Installation](#installation) @@ -12,7 +12,9 @@ A collection of classes that allow iteration over a predefined collection of ele - [License](#license) ## Installation + Install from NPM with + ``` $ npm install --save @jsdsl/iterator ``` @@ -78,6 +80,7 @@ for (let element of new MyIterable()) { ... } See the [wiki](https://github.com/jsdsl/iterator/wiki) for full documentation. ## License + @jsdsl/iterator is made available under the GNU General Public License v3. Copyright (C) 2021 Trevor Sears