diff --git a/README.md b/README.md index a324cd3..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 -