From b60aab96024f9705956c1b19bf0ea474f847844b Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Thu, 29 Apr 2021 15:34:13 -0400 Subject: [PATCH] Will be coming back to this project Plan on finally getting back to working on the network parallelism. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ba34999..8719382 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Planned features/TODO --------------------- - [x] ~~Finish Documentation~~ Finished - [ ] Network Parallelism rework +- [ ] Fix some bugs Usage: [Check out the documentation for more info](https://github.com/rayaman/multi/blob/master/Documentation.md)
-----