From 7ebd019d93d1ebdea5678a434fbb578ecc8f0e08 Mon Sep 17 00:00:00 2001 From: Gerald Burkholder Date: Mon, 8 Jan 2018 16:20:06 -0600 Subject: [PATCH] Update index.md --- docs/index.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/index.md b/docs/index.md index 525bb3a..adbb2f7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,13 +1,10 @@ # enumerablejs -a JavaScript library that provides linq functions on native JavaScript arrays - -> this project is still under development and is not completely finished. - ## Getting Started ### yarn ```bash +## install with yarn $ yarn add asenumerable ```