diff --git a/README.md b/README.md
index 7de070c..e95ed3d 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,6 @@
News! We have released a TF2 implementation of SimCLR (along with converted checkpoints in TF2), they are in tf2/ folder.
News! Colabs for Intriguing Properties of Contrastive Losses are added, see here.
-
@@ -170,7 +169,7 @@ Set the `checkpoint` to those that are only pre-trained but not fine-tuned. Give
## Other resources
-### Model convertion to Pytorch format
+### Model conversion to Pytorch format
This [repo](https://github.com/tonylins/simclr-converter) provides a solution for converting the pretrained SimCLRv1 Tensorflow checkpoints into Pytorch ones.