From 025cf916796f60f6cfbb0d96dc3c2881cf4a4d59 Mon Sep 17 00:00:00 2001 From: Andrew Butcher Date: Tue, 24 Jun 2014 09:25:25 -0400 Subject: [PATCH] README.md --save rewording suggested by @benschwarz for #1321 --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 54eae730..d3683b2e 100644 --- a/README.md +++ b/README.md @@ -263,11 +263,11 @@ package be unregistered](https://github.com/bower/bower/issues/120). ### Maintaining dependencies -Adding the `--save` option to Bower's `install` command will save installed -packages into the project's bower.json depencies. +Using `bower install pkgName --save` will add `pkgName` to your project's +bower.json `"depenencies"` array. -Similarly, passing `--save-dev` will save installed packages into the project's -bower.json devDependencies. +Similarly, using `bower install pkgName --save-dev` will add `pkgName` to your +project's bower.json `"devDependencies"` array. ## Consuming a package