diff --git a/README.md b/README.md
index bcaee42..b3e6050 100644
--- a/README.md
+++ b/README.md
@@ -233,6 +233,17 @@ img = torch.randn(1, 3, 224, 224)
v(img) # (1, 1000)
```
+## Resources
+
+Coming from computer vision and new to transformers? Here are some resources that greatly accelerated my learning.
+
+1. Illustrated Transformer - Jay Alammar
+
+2. Transformers from Scratch - Peter Bloem
+
+3. The Annotated Transformer - Harvard NLP
+
+
## Citations
```bibtex