From fbe6bca5714a8cb564da315743418d0876a2083d Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Wed, 29 Apr 2015 03:57:18 -0700 Subject: [PATCH] Skin must be added explicitly now --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a7e5b39..9ddf21d 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ and [List](http://docs.webix.com/desktop__list.html). All other widgets with How to use ----------- -- Add the [webix package](https://atmospherejs.com/webix): +- Add the [webix package](https://atmospherejs.com/webix/webix) and [a skin](https://atmospherejs.com/?q=webix%20skin): ```sh - meteor add webix:webix + meteor add webix:webix webix:skin-flat ``` - Define data collections as usual: