From 6f289349adefbccfd4b9313d2405888f3872d5c6 Mon Sep 17 00:00:00 2001 From: Muhammad Yahya Warraich Date: Thu, 10 Aug 2023 23:33:38 +0500 Subject: [PATCH] Updated commands in Readme.md to use the newer ns 7.0 standards Updated the commands previously using tns to use ns instead in accordance to the newer ns 7.0 standards released all the way back in 2020 --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index b6ca52a8..7380c6e8 100644 --- a/Readme.md +++ b/Readme.md @@ -31,12 +31,12 @@ You can get started developing with this using the latest template ```bash $ npm install -g nativescript -$ tns create myapp --template @nativescript/template-blank-svelte +$ ns create myapp --template @nativescript/template-blank-svelte ``` A fresh Svelte Native app will be found in the `myapp` folder -Once installed use the `tns preview`, `tns build` or `tns run` commands as for a normal NativeScript application. +Once installed use the `ns preview`, `ns build` or `ns run` commands as for a normal NativeScript application. ## Usage