minor fix to plugin syntax, list to ls
Project: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/commit/71b36016 Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/71b36016 Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/71b36016 Branch: refs/heads/CB-3604 Commit: 71b36016bf141b1f1c0f3b45dadb07c887257a48 Parents: 4e8040d Author: lorinbeer <[email protected]> Authored: Tue Jun 11 11:32:48 2013 -0700 Committer: lorinbeer <[email protected]> Committed: Tue Jun 11 11:32:48 2013 -0700 ---------------------------------------------------------------------- blackberry10/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/71b36016/blackberry10/README.md ---------------------------------------------------------------------- diff --git a/blackberry10/README.md b/blackberry10/README.md index 7430e96..0129ecf 100644 --- a/blackberry10/README.md +++ b/blackberry10/README.md @@ -96,5 +96,5 @@ Now the plugin can be installed by name: Plugins hosted remotely can be installed by name without using fetch. To see a list of available remote plugins use: -`<path to project>/cordova/plugin list` +`<path to project>/cordova/plugin ls`
