From 53527d1b363f58e5f3b2b915695130ad0432206e Mon Sep 17 00:00:00 2001 From: Nate Drake Date: Tue, 30 Apr 2019 09:16:24 -0400 Subject: [PATCH] Remove reference to old plugin API key variables --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ef7161..1cf639a 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Please replace `(API key)` in `config.xml` and `package.json` files with your A # How to use? ``` -$> ionic cordova plugin add https://github.com/mapsplugin/cordova-plugin-googlemaps#multiple_maps --variable API_KEY_FOR_ANDROID="..." --variable API_KEY_FOR_IOS="..." +$> ionic cordova plugin add https://github.com/mapsplugin/cordova-plugin-googlemaps#multiple_maps $> npm install @ionic-native/core@beta @ionic-native/google-maps@beta --save ```