Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanroth27 <danroth27@hotmail.com>2014-08-16 22:46:11 +0400
committerdanroth27 <danroth27@hotmail.com>2014-08-16 22:46:11 +0400
commit9459c55f7aabc59efd15084a49f94762ecb54626 (patch)
tree30be0254ec2818dea10ac7768695e797dd71238c
parent4a1d6ee3ec4bb4c0e3e78b0235247730703e51d7 (diff)
Update README.mdv1.0.0-alpha3
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 187290a6eb..b904471999 100644
--- a/README.md
+++ b/README.md
@@ -29,7 +29,7 @@ That said, you can also try out ASP.NET vNext with just a command-prompt and a t
The first thing we need to do is setup the tools required to build and run an application. We will start out by getting the [K Version Manager (KVM)](https://github.com/aspnet/Home/wiki/version-manager). You use the K Version Manager to install different versions of the ASP.NET vNext runtime and switch between them.
#### Windows
-To install KVM on Windows run the following command, which will download and run a script that installs KVM for the current user (requires admin privelges):
+To install KVM on Windows run the following command, which will download and run a script that installs KVM for the current user (requires admin privileges):
```powershell
@powershell -NoProfile -ExecutionPolicy unrestricted -Command "iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/aspnet/Home/master/kvminstall.ps1'))"
```