From cffd160ba1ef95d3bd1250414c4eed90bca4a6e2 Mon Sep 17 00:00:00 2001 From: Arvkus Date: Sat, 14 Aug 2021 19:54:09 +0300 Subject: [PATCH] typo fix --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e404828..4afdaf3 100644 --- a/README.md +++ b/README.md @@ -12,12 +12,12 @@ This template is created for Rimworld modders who use [Visual Studio Code](https ## Setup 1. Download and install [.NET Core SDK](https://dotnet.microsoft.com/download/dotnet-core) and [.Net Framework 4.7.2 Developer Pack]( https://dotnet.microsoft.com/download/dotnet-framework/net472). This step can be skipped if you already have required C# packages from Visual Studio IDE. -2. Instal [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp). +2. Install [C# extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.csharp). 3. Clone, pull or download this template into your Rimworld `Mods` folder. ## Additional notes -* For XML only modders remove preLaunchTask line from `launch.json` file. * By pressing `F5` key VS Code will perform 2 operations: build assembly file and launch Rimworld executable. * All intermediate files are kept inside `.vscode` folder. +* For XML only modders remove preLaunchTask line from `.vscode/launch.json` file. * Modify `.vscode/mod.csproj` and `About/About.xml` according to your needs.