From da2765a87f1ccc728317819bfc8d27c26f6c8d46 Mon Sep 17 00:00:00 2001 From: Louis Chatriot Date: Tue, 17 Nov 2015 12:23:21 +0100 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fb4fb78..7652f1d 100755 --- a/README.md +++ b/README.md @@ -15,10 +15,11 @@ Bitcoin address: 1dDZLnWpBbodPiN8sizzYrgaz5iahFyb1 ## Installation, tests -Module name on npm is `nedb`. +Module name on npm and bower is `nedb`. ```javascript npm install nedb --save // Put latest version in your package.json npm test // You'll need the dev dependencies to launch tests +bower install nedb // For the browser versions, which will be in browser-version/out ``` ## API