From d4692b0c4b382c8eb5a545b94e16ae95d45f50b6 Mon Sep 17 00:00:00 2001 From: SteveSandersonMS Date: Tue, 24 Nov 2015 12:48:52 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0974e49..a989fd6 100644 --- a/README.md +++ b/README.md @@ -67,10 +67,10 @@ To get started, **Using dnx on Windows/Mac/Linux** -1. Ensure you are using a suitable .NET runtime. Currently, this project is tested with version `1.0.0-beta8` on `coreclr`: +1. Ensure you are using a suitable .NET runtime. Currently, this project is tested with version `1.0.0-rc1-final` on `coreclr`: ``` - dnvm use 1.0.0-beta8 -r coreclr + dnvm use 1.0.0-rc1-final -r coreclr ``` 2. In the solution root directory (`NodeServices` - i.e., the directory that contains `NodeServices.sln`), restore the .NET dependencies: