diff --git a/README.md b/README.md
index fbf33ca..ccf7156 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,13 @@ Features:
- Indentation rules
- - Linter based on `gfortran` (requires the package [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3) to work)
+ - Linter based on `gfortran` (requires the package [SublimeLinter](https://github.com/SublimeLinter/SublimeLinter3) to work), highlights errors while you work:
+
+
+
+ - Hover over inline latex in comments to see it rendered in a popup:
+
+
Pull requests are welcome :)
diff --git a/images/latex_example.png b/images/latex_example.png
new file mode 100644
index 0000000..1354ecd
Binary files /dev/null and b/images/latex_example.png differ
diff --git a/images/linter_example.png b/images/linter_example.png
new file mode 100644
index 0000000..3abeb2d
Binary files /dev/null and b/images/linter_example.png differ