diff --git a/README.md b/README.md
index e3d7c43..9d271e6 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
## Vision Transformer - Pytorch
-Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch. There's really not much to code here, but may as well lay it out all for everyone so we expedite the attention revolution.
+Implementation of Vision Transformer, a simple way to achieve SOTA in vision classification with only a single transformer encoder, in Pytorch. Significance is further explained in Yannic Kilcher's video. There's really not much to code here, but may as well lay it out for everyone so we expedite the attention revolution.
## Install