From d84470d45233757b30157f7ca17ab475622c1a8a Mon Sep 17 00:00:00 2001 From: Todor Petrov Date: Fri, 7 Jun 2019 09:42:14 +0300 Subject: [PATCH] remove not needed nativescript param from docs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3121792..c5d6c32 100644 --- a/README.md +++ b/README.md @@ -366,7 +366,7 @@ Perform these steps once you've pushed an update and added the `sync` command to ### Running the demo app You may also play with CodePush by using its demo app. Here are the steps you need to perform in order to observe an app update: -- register with the service (`nativescript-code-push register`) and add the demo app to your account (`nativescript-code-push app add nativescript`) +- register with the service (`nativescript-code-push register`) and add the demo app to your account (`nativescript-code-push app add `) - once the app is registered you will see its deployment keys in the console, use them to update the ones in the [demo](https://github.com/EddyVerbruggen/nativescript-code-push/blob/master/demo/demoapp/main-view-model.ts) - go to src and run `npm run preparedemo` - this will build the plugin and add a reference to the demo app - prepare an app that will be used as an "update version" (for example, uncomment one of the CODEPUSH labels and comment the APPSTORE label), then run `tns build `