diff --git a/Readme.md b/Readme.md
index b142514..e7167b2 100644
--- a/Readme.md
+++ b/Readme.md
@@ -70,11 +70,13 @@ If you need to create styles for tags generated by a CMS or markdown wrap them i
{{ generatedMarkup }}
```
-## Example
+## Examples
-An `h1` might need to be bold & large in some context (at the top of a text page) but might be small and inconspicuous in others (on a settings page in an app).
+### Headings
-Creating two different styles for `h1` is made easy as only the styles you need to get the desired visual results have to be applied without the need to overwrite default styles while maintaining semantics.
+An `h1` might need to be bold & large in some context (e.g. at the top of a text page) but might be small and inconspicuous in others (e.g. on a settings page in an app).
+
+Creating two different styles for `h1` is made easy, only the properties for the respective desired visual results have to be applied, there is no need to overwrite default styles, all while maintaining semantics.
```css
/* No reseting of the user agent styles necessary,
@@ -105,19 +107,66 @@ Creating two different styles for `h1` is made easy as only the styles you need