From 9cbd842db543e4c0a0924cc48ef35b558d8f3c98 Mon Sep 17 00:00:00 2001
From: klomar <55367064+kbhse@users.noreply.github.com>
Date: Wed, 3 Nov 2021 18:09:13 +0000
Subject: [PATCH] Update README.md
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index b37f43e..a0e3ce2 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
### Windows
To build the gui you must have built **armor core**, so please do all steps from [here](https://github.com/Armor-Network/armor#building-on-windows) before proceeding!
-
Install [QtCreator](https://www.qt.io/download-thank-you?os=windows), open the project file armor-gui/src/armor-gui.pro in QtCreator and build it using MSVS kit (you must have MSVS installed already to build armor core).
+
Install [QtCreator](https://www.qt.io/download-thank-you?os=windows), open the project file `armor-gui/src/armor-gui.pro` in QtCreator and build it using MSVS kit (you must have MSVS installed already to build armor core).
Detailed build instructions for **armor-gui** [here](https://github.com/Armor-Network/armor-gui/blob/main/DetailedBuild.md#building-the-armor-gui-wallet-for-windows-from-source-code).