From a09fbd1ce7085dacf4e3d26c1661b0e15df689db Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Wed, 16 May 2018 18:48:33 +0530 Subject: [PATCH] [docs] Added README --- README.md | 76 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 76 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..a324cd3 --- /dev/null +++ b/README.md @@ -0,0 +1,76 @@ +# ∞ + +## Infinity + +Create infinite lists in JavaScript. + +## Installation + +Node: + +```shell +npm install --save @codefeathers/infinity +``` + +In the browser: + +```HTML +