Skip to content

Commit

Permalink
fix: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
abhijit-hota committed Feb 4, 2021
1 parent c351db6 commit 6b9394d
Showing 1 changed file with 11 additions and 7 deletions.
18 changes: 11 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nyo

## A Matrix Library for JavaaScript
## A Matrix Library for JavaScript

### Features

Expand All @@ -13,9 +13,13 @@

### Todos

[] Stable API
[] Fix error handling at some places
[] Tests
[] Bundle it for browsers
[] Set-up CI
[] Add Docs
- 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

0 comments on commit 6b9394d

Please sign in to comment.