Skip to content

Commit 3def195

Browse files
committed
Merge pull request #166 from alonisser/patch-1
Update index.rst
2 parents 865c081 + 2917987 commit 3def195

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/install/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ Bower
3333
~~~~~
3434

3535
We also provide a way to deploy Raven via `bower
36-
<http://bower.io/>`_. Useful if you want serve your own scripts instead of depending on our CDN and mantain a ``bower.json`` with a list of dependencies and versions.
36+
<http://bower.io/>`_. Useful if you want serve your own scripts instead of depending on our CDN and mantain a ``bower.json`` with a list of dependencies and versions (adding the ```--save``` flag would automatically add it to ```bower.json```).
3737

3838
.. code-block:: sh
3939
40-
$ bower install raven-js
40+
$ bower install raven-js --save
4141
4242
.. code-block:: html
4343

0 commit comments

Comments
 (0)