diff --git a/README.md b/README.md
index cc6c21d..09f5b51 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,9 @@ A plugin for IntelliJ IDEA and Android Studio.
Lowlights all calls to functions annotated with a custom annotation and allows
folding of all such calls at once.
-
+| Without lowlighting | With lowlighting | Lowlighting collapsed |
+|--------------------------------------------------------|-----------------------------------------------------|----------------------------------------------------------|
+| | | |
## Usage
diff --git a/images/lowlighting_collapsed.gif b/images/lowlighting_collapsed.gif
new file mode 100644
index 0000000..62f7566
Binary files /dev/null and b/images/lowlighting_collapsed.gif differ
diff --git a/images/lowlighting_collapsed.png b/images/lowlighting_collapsed.png
new file mode 100644
index 0000000..78384d5
Binary files /dev/null and b/images/lowlighting_collapsed.png differ
diff --git a/images/lowlighting_with.gif b/images/lowlighting_with.gif
new file mode 100644
index 0000000..820a15e
Binary files /dev/null and b/images/lowlighting_with.gif differ
diff --git a/images/lowlighting_with.png b/images/lowlighting_with.png
new file mode 100644
index 0000000..f4f2ce0
Binary files /dev/null and b/images/lowlighting_with.png differ
diff --git a/images/lowlighting_without.gif b/images/lowlighting_without.gif
new file mode 100644
index 0000000..98a76e3
Binary files /dev/null and b/images/lowlighting_without.gif differ
diff --git a/images/lowlighting_without.png b/images/lowlighting_without.png
new file mode 100644
index 0000000..ee167fd
Binary files /dev/null and b/images/lowlighting_without.png differ