From 3b28f8621d31e79dafef8d022be077ed2303f6f0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?=
Date: Wed, 28 Dec 2022 21:28:10 -0300
Subject: [PATCH] Typo fix (line 10)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0567618..f54c749 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
-Apple recently added a new service where they will check and approve an app to not execute malcious code. It is a great security improvement, but the downside is that this adds a new step in the build system.
+Apple recently added a new service where they will check and approve an app to not execute malicious code. It is a great security improvement, but the downside is that this adds a new step in the build system.
This project is created to make it easy to automate this process.