Merge branch 'master' into v15.0.0

This commit is contained in:
Ryan Ward 2021-05-01 17:33:23 -04:00 committed by GitHub
commit 155466dc71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -1,6 +1,6 @@
MIT License
Copyright (c) 2020 Ryan Ward
Copyright (c) 2021 Ryan Ward
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal

View File

@ -10,7 +10,7 @@ My multitasking library for lua. It is a pure lua binding, with exceptions of th
INSTALLING
----------
Links to dependicies:
Links to dependencies:
[lanes](https://github.com/LuaLanes/lanes)
To install copy the multi folder into your environment and you are good to go</br>
@ -30,6 +30,7 @@ Planned features/TODO
- [x] ~~Finish Documentation~~ Finished
- [ ] Create test suite
- [ ] Network Parallelism rework
- [ ] Fix some bugs
Usage: [Check out the documentation for more info](https://github.com/rayaman/multi/blob/master/Documentation.md)</br>
-----