From bc1949d30280bf118d9c29f4a84662df6bef6001 Mon Sep 17 00:00:00 2001 From: Todor Totev Date: Thu, 23 Apr 2020 21:12:03 +0300 Subject: [PATCH] fixed typos in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81b8746..95ff224 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ When installing Visual Studio, select *.NET desktop development* and *Desktop de ### Get the source code After you have installed the prerequisites, your first step is to get the source code: 1. From the Windows Start menu, start *x64 Native Tools Command Prompt for VS 2019*. This configures the development environment with 64-bit dev tools, which CoreRT requires to build your apps. -1. Get the sample project. Open a terminal, and clone it: +1. Get the sample project. In your terminal, and clone it: ```bash git clone git@github.com:teobugslayer/AvaloniaCoreRTDemo.git