From b9abf32007967d7cacb2454731382cf62845fcc2 Mon Sep 17 00:00:00 2001 From: Steve Kenworthy Date: Wed, 9 Jul 2014 10:50:43 +0800 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cea2bcd..a81c4085 100644 --- a/README.md +++ b/README.md @@ -266,7 +266,7 @@ package be unregistered](https://github.com/bower/bower/issues/120). ### Maintaining dependencies Using `bower install pkgName --save` will add `pkgName` to your project's -bower.json `"depenencies"` array. +bower.json `"dependencies"` array. Similarly, using `bower install pkgName --save-dev` will add `pkgName` to your project's bower.json `"devDependencies"` array.