From 2fc35f4b3bdeea290c221b9a70973896413c3801 Mon Sep 17 00:00:00 2001 From: David Kalosi Date: Thu, 2 Apr 2015 16:42:59 +0200 Subject: [PATCH] added bower installation option --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 1f67187..e28a451 100755 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ JS Money is a JavaScript implementation of Martin Fowlers [Money pattern](http:/ ## Install +The package is available through npm and bower. + $ npm install js-money + $ bower install js-money ## Usage