diff --git a/README.md b/README.md
index 297a540..9aa08f1 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,8 @@ Lmath is generic linear algebra library for Rust. There is still much to do, uni
## Todo:
- Matrix inversion
-- Matrix rotation
-- Angle types (degrees/radians)
+- ~~Matrix rotation~~
+- ~~Angle types (degrees/radians)~~
- N x M matrices
- Operator Overloading
- Implement component-wise functions for vectors
@@ -14,7 +14,7 @@ Lmath is generic linear algebra library for Rust. There is still much to do, uni
- Performance improvements
- Increase unit test coverage
- Improve documentation
-- Publish on Cargo Central
+- ~~Publish on Cargo Central~~
- Swizzle functions
Dependant on rust/master: