From 2e3017347e6d0f687c3b8c8dec0ca4765481bb40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ey=C3=BCp=20Ati=C5=9F?= Date: Mon, 12 Jan 2015 19:38:13 +0200 Subject: [PATCH] Update readme with bower installation steps --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index d09b802..00bcf4e 100644 --- a/README.md +++ b/README.md @@ -36,12 +36,24 @@ Install with npm npm install angular-validation ``` +or with bower + +``` +bower install angular-validation +``` + Using angular-validation --- ```html ``` +Using angular-validation with bower +--- +```html + + +``` ```js angular.module('yourApp', ['validation']);