diff --git a/README.md b/README.md
index 496f67d..665dd2e 100644
--- a/README.md
+++ b/README.md
@@ -1,2 +1,21 @@
-# a11y
+# a11y for everyone!
Easily add Accessibility Features to any HTML Homepage
+
+Just do the following in your web root:
+`git clone https://github.com/td00/a11y`
+and add the following 2 lines to any webpage you wanna have this feature:
+```
+
+
+```
+
+If you don't want to selfhost it you can add these lines:
+
+```
+
+
+```
+
+Font by: [OpenDyslexic](https://opendyslexic.org)
+
+Feel free to send PR to improve <3