diff --git a/README.md b/README.md index 454caa7..a0fbb6f 100644 --- a/README.md +++ b/README.md @@ -40,4 +40,4 @@ being a breeze to use. Also, peon will feature [structured concurrency](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) with coroutines (think Futures/Fibers but without callback hell). Since, unlike Lox, peon isn't a toy language, there's obviously plans to implement creature comforts -like an import system, exception handling package manager, etc. +like an import system, exception handling, a package manager, etc.