From 93d5dbfc217e7dbe7c2620be905a2eaeb0ce74d9 Mon Sep 17 00:00:00 2001 From: Takuya Yamamoto Date: Mon, 25 May 2020 09:05:45 +0900 Subject: [PATCH] docs: enhance markdown syntax --- demo-vue/README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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 +```