diff --git a/README.md b/README.md
index 5ed5ebd..3524dfb 100644
--- a/README.md
+++ b/README.md
@@ -146,4 +146,4 @@ for epoch in range(epochs):
| Loss | in progress |
|
| Data | in progress | - [X] Dataset
- [X] Batch
- [X] Iterator
|
| Convolutional Neural Network | in progress | - [ ] Conv2d
- [ ] MaxPool2d
- [ ] Dropout
|
-| Distributed | in progress | >- [ ] All reduce
- [ ] DistributedDataParallel
>- [ ] DistributedSampler
+| Distributed | in progress | - [ ] All-reduce
- [X] DistributedSampler
- [ ] DistributedDataParallel
|