From 80393ad33c8fc83eac49e5e5ab3f04f8878cb2b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Figueiredo?= Date: Wed, 25 Mar 2015 11:39:01 +0100 Subject: [PATCH] Add installation instructions for bower package --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 458a125..a16c357 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ A modal factory service for AngularJS that makes it easy to add modals to your a npm install angular-modal ``` +If you prefer using bower as a package manager, you can also install it with: + +```shell +bower install --save angular-modal +``` + ## Usage 1. Include the `modal.js` script provided by this component into your app. 2. *Optional:* Include the `modal.css` style provided by this component into your html.