From 3650abf89116b89ab42c594e0237c42b682dba2d Mon Sep 17 00:00:00 2001
From: "Hauer, Lukas" <lukas.hauer@student.tugraz.at>
Date: Thu, 11 Jan 2024 16:34:30 +0100
Subject: [PATCH] Update README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 33997b5..f540696 100644
--- a/README.md
+++ b/README.md
@@ -1 +1 @@
-The code is written in nim and readily compiled to an algorithm.exe which will run on linux and windows alike. If you do not want to trust the exe, nim can be downloaded for free, and the algorithm can be compiled like "nim c algorithm.nim".
\ No newline at end of file
+The code is written in nim and readily compiled to an algorithm.exe which will run on linux and windows alike. If you do not want to trust the .exe, nim can be downloaded for free and the algorithm can be compiled with "nim c algorithm.nim".
-- 
GitLab