From 3826d9b59237260e7434940844ab7ac8b1ce35f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Istv=C3=A1n=20Koren?= <istvank@users.noreply.github.com>
Date: Sun, 14 Feb 2016 13:24:12 +0100
Subject: [PATCH] Make it consistent with npm doc few lines below

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cc946f02..56c9b26b 100644
--- a/README.md
+++ b/README.md
@@ -49,7 +49,7 @@ Install yjs and its modules with [bower](http://bower.io/), or with [npm](https:
 
 ### Bower
 ```
-bower install yjs
+bower install yjs --save
 ```
 Then you include the libraries directly from the installation folder.
 ```