Skip to content
This repository was archived by the owner on Feb 7, 2019. It is now read-only.

Commit 9af2b45

Browse files
authored
Update DevelopmentWorkflow.md
1 parent 12c666e commit 9af2b45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

DevelopmentWorkflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ To run and develop using TypeScript demo:
2323

2424
```bash
2525
# Go to demo directory
26-
cd nativescript-camera/demo
26+
cd push-plugin/demo
2727
# Build the plugin. This compiles all TypeScript files in the plugin directory, which is referenced in the demo's package.json
2828
npm run build.plugin
2929
# Install demo dependencies
@@ -65,4 +65,4 @@ Before building and running the demo for the first time, you should change the a
6565

6666
To test push notifications for the device, you can use a third party app like [Pusher](https://github.com/noodlewerk/NWPusher). Open the app, load the correct push certificate and use the device ID from the console to send a message.
6767

68-
For details on plugins development workflow, read [NativeScript plugins documentation](https://docs.nativescript.org/plugins/building-plugins#step-2-set-up-a-development-workflow) covering that topic.
68+
For details on plugins development workflow, read [NativeScript plugins documentation](https://docs.nativescript.org/plugins/building-plugins#step-2-set-up-a-development-workflow) covering that topic.

0 commit comments

Comments
 (0)