diff --git a/demo-vue/README.md b/demo-vue/README.md index b3b6de5..d27e89d 100644 --- a/demo-vue/README.md +++ b/demo-vue/README.md @@ -3,7 +3,9 @@ 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-geolocation.git` -`cd nativescript-geolocation/demo-vue` -`npm run build.plugin && npm install` -`tns run android --bundle` or `tns run ios --bundle` depending on the platform you want to test \ No newline at end of file +```bash +git clone https://github.com/NativeScript/nativescript-geolocation.git +cd nativescript-geolocation/demo-vue +npm run build.plugin && npm install +tns run android --bundle or tns run ios --bundle # depending on the platform you want to test +```