From b911673d21332425ad3f99c6591c8b5aa29cd89f Mon Sep 17 00:00:00 2001 From: Muthu Kumar Date: Wed, 16 May 2018 22:01:27 +0530 Subject: [PATCH] [docs] Minor changes --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 66aca90..9a17896 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,9 @@ ## Infinity -Create infinite lists in JavaScript. +Create infinite linked lists in JavaScript. Each item is linked to the next and previous item. + +This can also be used as an nth generator with a pure interface (see [example](#example)). ## Installation @@ -15,7 +17,7 @@ npm install --save @codefeathers/infinity In the browser: ```HTML -