Skip to content

Commit a9ec9e5

Browse files
Merge pull request #12 from tgpetrov/patch-2
remove not needed nativescript param from docs
2 parents 74a8b45 + d84470d commit a9ec9e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ Perform these steps once you've pushed an update and added the `sync` command to
366366

367367
### Running the demo app
368368
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:
369-
- register with the service (`nativescript-code-push register`) and add the demo app to your account (`nativescript-code-push app add <appname> <platform> nativescript`)
369+
- register with the service (`nativescript-code-push register`) and add the demo app to your account (`nativescript-code-push app add <appname> <platform>`)
370370
- 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)
371371
- go to src and run `npm run preparedemo` - this will build the plugin and add a reference to the demo app
372372
- 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 <platform>`

0 commit comments

Comments
 (0)