From 9f3b663fa2ad504d68be460529129e27bde3c14e Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sat, 6 May 2023 16:52:48 -0400 Subject: [PATCH] Typo in changes.md --- docs/changes.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/changes.md b/docs/changes.md index ec4996c..20457ea 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -60,6 +60,13 @@ Table of contents # Update 16.0.0 - Getting the priorities straight +Full Update Showcase +--- +```lua +multi, thread = require("multi"):init{print=true} +GLOBAL, THREAD = require("multi.integration.lanesManager"):init() +``` + ## Added New Integration: **priorityManager** Allows the user to have multi auto set priorities (Requires chronos). Also adds the functionality to create your own runners (multi:mainloop(), multi:umanager()) that you can set using the priority manager. Even if you do not have `chronos` installed all other features will still work!