From 38ffb1f16091f301f6503814dfcf778c468e9ca3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 18 May 2021 13:16:29 +0200 Subject: [PATCH] readme: Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2aaf73bd..72861667 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This project only concerns the main executable which contains all the game code Progress: https://botw.link/progress -The goal of this project is to better understand game internals, aid with glitch hunting and document existing knowledge in a permanent, umambiguous form which helps further reverse engineer the game. +The goal of this project is to better understand game internals, aid with glitch hunting and document existing knowledge in a permanent, unambiguous form which helps further reverse engineer the game. Considering the large size of the executable (~40MB), it is not expected to reach 100% progress within a reasonable timeframe.