From de3f1445e08f7801a404de4d1bb63e6b3ff325ea Mon Sep 17 00:00:00 2001 From: radeva Date: Tue, 10 Oct 2017 11:29:44 +0300 Subject: [PATCH] Fix repo path --- demo/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/demo/README.md b/demo/README.md index 165e1e6..40ec4e7 100644 --- a/demo/README.md +++ b/demo/README.md @@ -1,7 +1,7 @@ This NativeScript project demonstrates how the plugin works. If you want to test it out on an emulator or a device you can follow the instructions below: -* `git clone https://github.com/NativeScript/nativescript-angular.git` -* `cd nativescript-angular/demo` +* `git clone https://github.com/NativeScript/nativescript-imagepicker.git` +* `cd nativescript-imagepicker/demo` or `cd nativescript-imagepicker/demo-angular` * `npm run build.plugin && npm install` * `tns run android` or `tns run ios` depending on the platform you want to test