diff --git a/README.md b/README.md index e7f8e0e..7b22304 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Nyo -## A Matrix Library for JavaaScript +## A Matrix Library for JavaScript ### Features @@ -13,9 +13,13 @@ ### Todos -[] Stable API -[] Fix error handling at some places -[] Tests -[] Bundle it for browsers -[] Set-up CI -[] Add Docs \ No newline at end of file +- Code + - [ ] Stable API + - [ ] Fix error handling at some places + - [ ] Features: `print`, `concat`, `slice`, `replace`, etc. + - [ ] Make a separate `SquareMatrix` class inherited from `Matrix` class + - [ ] Tests +- Misc + - [ ] Add Docs (!) + - [ ] Bundle it for browsers + - [ ] Set-up CI \ No newline at end of file