From 9d48c37114b31bff3cd77912f4b5e9e447d40d68 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sat, 25 Dec 2021 20:38:04 -0500 Subject: [PATCH] Updated Home (markdown) --- Home.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Home.md b/Home.md index ebb044e..3c85d94 100644 --- a/Home.md +++ b/Home.md @@ -1,6 +1,6 @@ # About multi -multi is a multitasking library for lua written 100% in lua.
-The goal was to provide a simple and easy way to have multiple tasks run side by side in lua. +multi is a multitasking library for lua.
+The goal was to provide a simple and easy way to run multiple tasks side by side in lua. This wiki will go over the entirety of this library with detailed explanations of each object and how things work together.