diff --git a/Readme.md b/Readme.md index 67632ec0..184d92fb 100644 --- a/Readme.md +++ b/Readme.md @@ -11,8 +11,7 @@ Do you want to quickly try out this project and see it in action? Check it out i ## Prerequisites 1. This project relies on [Lombiq Node.js Extensions](https://github.com/Lombiq/NodeJs-Extensions/), please see its prerequisites [here](https://github.com/Lombiq/NodeJs-Extensions/#prerequisites). -2. If you're using Visual Studio, then under ["External Web Tools"](https://devblogs.microsoft.com/dotnet/customize-external-web-tools-in-visual-studio-2015/) add the installation path of Node.js (most possibly _C:\Program Files\NodeJS_*) to the list and move it to the top. -3. If you are importing this project as a submodule, include the following at the beginning and end of your csproj file. If you are using the NuGet package this is not necessary. +2. If you are importing this project as a submodule, include the following entries at the beginning and end of your csproj file. If you are using the NuGet package, this is not necessary: ```xml @@ -26,7 +25,7 @@ Do you want to quickly try out this project and see it in action? Check it out i ``` -4. Create a _package.json_ file with the following content. +3. Create a _package.json_ file with the following content: ```json {