Change formatting.
diff --git a/README.md b/README.md
index 8b5805c..5d7871e 100644
--- a/README.md
+++ b/README.md
@@ -9,8 +9,6 @@
 All you need to do is to include `INIReader.h`. Consider the following example (`INIReaderTest.cpp`):
 
 ```{c++}
-// Example that shows simple usage of the INIReader class
-
 #include <iostream>
 #include "INIReader.h"
 
@@ -34,7 +32,7 @@
 
 To compile and run:
 
-```
+```{shell}
 g++ INIReaderTest.cpp -o INIReaderTest.out
 ./INIReaderTest.out
 # Config loaded from 'test.ini': version=6, name=Bob Smith, email=bob@smith.com, pi=3.14159, active=1