Skip to content
This repository was archived by the owner on May 30, 2023. It is now read-only.

Commit 95cae83

Browse files
Fixed npm reference in doc
1 parent 16b685c commit 95cae83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ Make sure you execute the `keytool` steps as well or authentication will fail.
4848
## 4. Installation (PhoneGap CLI / Cordova CLI)
4949
This plugin is compatible with [Cordova Plugman](https://github.com/apache/cordova-plugman), compatible with [PhoneGap 3.0 CLI](http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html#The%20Command-line%20Interface_add_features), here's how it works with the CLI (backup your project first!):
5050

51-
Using the Cordova CLI and the [Cordova Plugin Registry](http://plugins.cordova.io)
51+
Using the Cordova CLI and [npm](https://www.npmjs.com/package/cordova-plugin-googleplus)
5252
```
53-
$ cordova plugin add cordova-plugin-googleplus
53+
$ cordova plugin add cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=myreversedclientid
5454
$ cordova prepare
5555
```
5656

0 commit comments

Comments
 (0)