From 66b96cf567377fd84c84c74da1a91c04871e0812 Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 23 Jun 2017 12:19:01 -0400 Subject: [PATCH] formatting of the readme --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 7f3c5a9..263b32a 100644 --- a/README.md +++ b/README.md @@ -752,16 +752,16 @@ Updated from 1.7.2 to 1.7.3
Changed how requiring the library works! `require("multi.all")` Will still work as expected; however, with the exception of threading, compat, and intergrations everything else has been moved into the core of the library. ```lua - -- This means that these are no longer required and will cause an error if done so - require("multi.loop") - require("multi.alarm") - require("multi.updater") - require("multi.tloop") - require("multi.watcher") - require("multi.tstep") - require("multi.step") - require("multi.task") - -- ^ they are all part of the core now +-- This means that these are no longer required and will cause an error if done so +require("multi.loop") +require("multi.alarm") +require("multi.updater") +require("multi.tloop") +require("multi.watcher") +require("multi.tstep") +require("multi.step") +require("multi.task") +-- ^ they are all part of the core now ``` Updated from 1.7.1 to 1.7.2