From aa2584e1124560714404202005d2f24dd2e96398 Mon Sep 17 00:00:00 2001 From: defacube <85292886+yoyeet961@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:58:44 +0300 Subject: [PATCH] Fix a small grammar mistake (#181) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 700dd62a..da70fe29 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Feel free to report bugs or contribute to the project. ## Initial Goal (Accomplished) Create a mod for the PC port where multiple people can play together online. -Unlike previous multiplayer projects, this one synchronizes enemies and events. This allows players interact with the same world at the same time. +Unlike previous multiplayer projects, this one synchronizes enemies and events. This allows players to interact with the same world at the same time. Interestingly enough though, the goal of the project has slowly evolved over time from simply just making a Super Mario 64 multiplayer mod to constantly maintaining and improving the project (notably the Lua API.)