Skip to content

Commit 8005427

Browse files
Fix markdown syntax typo
1 parent ecada2f commit 8005427

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,6 @@ To get started,
4646

4747
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**.
4848
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.
49-
```
5049
3. Clone this repository:
5150

5251
```
@@ -66,7 +65,6 @@ Note that to run the React example, you'll also need to run `webpack` from the `
6665

6766
1. In the solution root directory (`NodeServices` - i.e., the directory that contains `NodeServices.sln`), restore the .NET dependencies:
6867

69-
7068
```
7169
dotnet restore
7270
```

0 commit comments

Comments
 (0)