From 087cb862ae5d6cb47d3097015d2b30b773f09eb4 Mon Sep 17 00:00:00 2001 From: Uday Hiwarale Date: Fri, 8 Jul 2016 21:17:03 +0530 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0600811..c60a92e 100644 --- a/README.md +++ b/README.md @@ -157,12 +157,13 @@ Similar to `on-open` attribute but will be called when gallery modal closes. 7. Responsive (using css flexbox). 8. 4kb gzipped (css+js) 9. Total control on gallery from outside world. -10. Made by awesome guy ;) - just kidding (about `awesome`) +10. Inline + Modal gallery, convert on a click :) *** # Build on your own You can build this directive with your own customization using gulp. + 1. Go to repository's parent directory and install all node dev dependencies using `npm install`. 2. Make sure you have gulp install globally. Else use `npm install -g gulp` to install gulp globally. 3. All css for this repository has been generated using sass (.scss), so you need to spend 5 mins to learn basis of sass.