From 3150bc7763816634839e2d9cd745068d89e1e04b Mon Sep 17 00:00:00 2001 From: Dimitar Kerezov Date: Mon, 21 Mar 2016 13:29:29 +0200 Subject: [PATCH] Typo in native-script.ps1 --- setup/native-script.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/native-script.ps1 b/setup/native-script.ps1 index 9763b5538a..bb579ff596 100644 --- a/setup/native-script.ps1 +++ b/setup/native-script.ps1 @@ -1,6 +1,6 @@ # A PowerShell script to set up Windows machine for NativeScript development -# NOTE: The scripts requires at least a version 4.0 .NET framework installed +# NOTE: The script requires at least a version 4.0 .NET framework installed # To run it inside a COMMAND PROMPT against the production branch (only one supported with self-elevation) use # @powershell -NoProfile -ExecutionPolicy Bypass -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/NativeScript/nativescript-cli/production/setup/native-script.ps1'))" # To run it inside a WINDOWS POWERSHELL console against the production branch (only one supported with self-elevation) use