From 598e5cabd61eef2f299e4daa4efe1efe9ac1403e Mon Sep 17 00:00:00 2001 From: Amar Sood Date: Sun, 4 Apr 2021 23:54:14 -0400 Subject: [PATCH] README.md: correct npm install line for peer deps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7447f96c..797b688c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Capacitor v3 is still in beta. Until major update, this plugin can be unstable. Once you've followed the general-purpose ["getting started"](https://docs.microsoft.com/en-us/appcenter/distribution/codepush/) instructions for setting up your CodePush account, you can start CodePush-ifying your Capacitor app by running the following command from within your app's root directory: ```shell -npm i @capacitor-community/http @capacitor/deivce @capacitor/dialog @capacitor/filesystem -D +npm i @capacitor-community/http@next @capacitor/device @capacitor/dialog @capacitor/filesystem -D npm i https://github.com/mapiacompany/capacitor-codepush -D npx cap sync ```