From 9a44bc096bb1f44f607e0f35262b70334a40a5de Mon Sep 17 00:00:00 2001 From: Luiz Filipe Machado Barni Date: Sat, 13 May 2017 12:23:12 -0300 Subject: [PATCH] added npm and bower install instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 769bb031..c0070d73 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,17 @@ Follow [@thefancyapps](//twitter.com/thefancyapps) for updates. 1\. Add latest jQuery and fancyBox files +1.1.0 Install via [npm](https://www.npmjs.com/package/@fancyapps/fancybox). +```bash +npm i @fancyapps/fancybox --save +``` + +1.1.0 Install via bower. +```bash +bower install fancybox +``` + +1.2 Add to your project. ```html