diff --git a/docs/README.md b/docs/README.md
index 8254e14c57..d765f9537f 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -164,7 +164,7 @@ For improved readability in text editors:
Emphasis using `*italics*`. Emphasis using `**boldface**`.
-Normally underlining and combining these text styles is not possible in reStructuredText. However, LVGL documentation provides a work-around for this using reST Interpreted Text Roles. Just remember that the Interpreted Text Role names combine the letters `i`, `b` and `u` to provide the desired combination. All possible permutations of these letters are supported so you do not have to remember what sequence works. Examples: ``:u:`underline` ``, ``:ub:`underline and bold` ``, `` `:bi:bold italic` ``.
+Normally underlining and combining these text styles is not possible in reStructuredText. However, LVGL documentation provides a work-around for this using reST Interpreted Text Roles. Just remember that the Interpreted Text Role names combine the letters `i`, `b` and `u` to provide the desired combination. All possible permutations of these letters are supported so you do not have to remember what sequence works. Examples: ``:u:`underline` ``, ``:ub:`underline and bold` ``, `` :bi:`bold italic` ``.