From 7b6c63149a53e015a727b482710bba26f219ce90 Mon Sep 17 00:00:00 2001
From: HGEpro <tstudio2007@gmail.com>
Date: Thu, 31 Mar 2022 23:28:33 +0200
Subject: [PATCH] fix typo

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index ac8b19c..fc7843c 100644
--- a/README.md
+++ b/README.md
@@ -18,12 +18,12 @@ The project is divided in 3 parts:
 ## Installation
 You can found the compiled releases in the [Releases section](https://github.com/HGEpro/LibreHomework/releases).
 
-In GNU/Linux you can also use a custom installation [script](https://github.com/HGEpro/LibreHomework/tree/main/scripts)_
+In GNU/Linux you can also use a custom installation [script](https://github.com/HGEpro/LibreHomework/tree/main/scripts)
 ```
 bash <(curl -sL https://raw.githubusercontent.com/HGEpro/LibreHomework/main/scripts/install.sh)
 ```
 
-For windows users: the app should compile and run fine but it hasn't been tested. There are no compiled releases for windows due to compilation problems, so if you want to contribute you can start with that.
+**For Windows users:** the app should compile and run fine but it hasn't been tested. There are no compiled releases for windows due to compilation problems, so if you want to contribute you can start with that.
 
 ## Setup
 To run or compile the app from source, you can use follow the steps below:
-- 
GitLab