From 470638e21fe2c61c0bc716c9f6980a7e43d4d8f2 Mon Sep 17 00:00:00 2001 From: Cheton Wu Date: Tue, 29 Mar 2016 23:30:41 +0800 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index e8d11b0..50b935d 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,13 @@ [![NPM](https://nodei.co/npm/infinite-tree.png?downloads=true&stars=true)](https://nodei.co/npm/infinite-tree/) A browser-ready tree library that can efficiently display a large tree with smooth scrolling. + + +**The project is under heavy development and a lot of things are changing.**
+**Stay tuned for more information later.** +
+ +## Installation +```bash +npm install --save infinite-tree +```