Fix markdown syntax typo

This commit is contained in:
SteveSandersonMS
2016-05-17 12:05:35 +01:00
parent ecada2f165
commit 8005427d94

View File

@@ -46,7 +46,6 @@ To get started,
1. Ensure you have [installed the latest stable version of .NET Core](https://www.microsoft.com/net). The packages are built to work with .NET Core version RC2 or later. [Installers](https://www.microsoft.com/net/download) are available for **Windows**, **OS X**, **Linux**.
2. Ensure you have [installed a recent version of Node.js](https://nodejs.org/en/). To check this works, open a console prompt, and type `node -v`. It should print a version number.
```
3. Clone this repository:
```
@@ -66,7 +65,6 @@ Note that to run the React example, you'll also need to run `webpack` from the `
1. In the solution root directory (`NodeServices` - i.e., the directory that contains `NodeServices.sln`), restore the .NET dependencies:
```
dotnet restore
```