From 32252b8fc38868d6d61abbb74b720700f7cfa874 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?=
Date: Fri, 30 Oct 2020 16:32:40 -0300
Subject: [PATCH] Minor fix on 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.