From 9825c73da95107c333dfb01765a5a15b6c379d29 Mon Sep 17 00:00:00 2001 From: Ashok Fernandez Date: Fri, 12 Jun 2015 17:56:59 +0200 Subject: [PATCH] Added usage to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0417f22..e51793c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,12 @@ The angular model that is bound to this directive will be set to the timezone na ## Usage +Install using bower + +``` +bower install angular-timezone-selector +``` + Make your Angular module depend on module `angular-timezone-selector`. ```javascript