diff --git a/docs/topics/reading-and-writing-to-file.md b/docs/topics/reading-and-writing-to-file.md
index d9cb9a72..cf58e549 100644
--- a/docs/topics/reading-and-writing-to-file.md
+++ b/docs/topics/reading-and-writing-to-file.md
@@ -634,16 +634,16 @@ $writer->setSheetIndex(0);
#### Setting the images root of the HTML file
There might be situations where you want to explicitly set the included
-images root. For example, one might want to see
+images root. For example, instead of:
+
+ ``` html
+
+ ```
+
+You might want to see:
``` html
-
-```
-
-instead of
-
-``` html
-.
+
```
You can use the following code to achieve this result: