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/25bad0d3 Tree: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/tree/25bad0d3 Diff: http://git-wip-us.apache.org/repos/asf/cordova-blackberry/diff/25bad0d3 Branch: refs/heads/master Commit: 25bad0d3e78403589b8753c90f95c54ba0e2e45d Parents: b992822 Author: lorinbeer <[email protected]> Authored: Tue Jun 11 11:32:48 2013 -0700 Committer: lorinbeer <[email protected]> Committed: Wed Jun 12 15:02:03 2013 -0700 ---------------------------------------------------------------------- blackberry10/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-blackberry/blob/25bad0d3/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`
