diff --git a/LICENSE b/LICENSE index 8ec4b67..3b661ec 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/README.md b/README.md index ed250a7..234fce7 100644 --- a/README.md +++ b/README.md @@ -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
@@ -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)
-----