diff --git a/README.md b/README.md
index adac45f..dd310b5 100644
--- a/README.md
+++ b/README.md
@@ -142,7 +142,7 @@ for epoch in range(epochs):
| Development | Status | Feature |
| ---------------------------- | ----------- | ---------------------------------------------------------------------- |
-| Operations | in progress |
- [X] GPU Support
- [X] Autograd
- [X] Broadcasting
- [] Memory Management
|
+| Operations | in progress | - [X] GPU Support
- [X] Autograd
- [X] Broadcasting
- [ ] Memory Management
|
| Loss | in progress | |
| Data | in progress | - [X] Dataset
- [X] Batch
- [X] Iterator
|
| Convolutional Neural Network | in progress | - [ ] Conv2d
- [ ] MaxPool2d
- [ ] Dropout
|