From 561a5466e048f7e1fce20bda4f4b09d776104fb0 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Mon, 26 Jun 2017 14:46:11 -0400 Subject: [PATCH] Update README.md --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e6203b5..2f00fd9 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ For real-time assistance with my libraries! A place where you can ask questions https://discord.gg/U8UspuA
# Planned feature -Add system threads for love2d that work like the lanesManager. +- [x] Add system threads for love2d that work like the lanesManager. +- [ ] Improve performance of the library +- [ ] Add more features to support module support Usage:
```lua @@ -943,5 +945,5 @@ Added: IMPORTANT:
Every update I make aims to make things simpler more efficent and just better, but a lot of old code, which can be really big, uses a lot of older features. I know the pain of having to rewrite everything. My promise to my library users is that I will always have backwards support for older features! New ways may exist that are quicker and eaiser, but the old features/methods will be supported.
# TODO (In order of importance) -- Finish the wiki stuff. (10% done)
-- Test for unknown bugs
+- [ ] Finish the wiki stuff. (10% done)
+- [ ] Test for unknown bugs