diff --git a/README.md b/README.md
index 574c816..7f7ceec 100644
--- a/README.md
+++ b/README.md
@@ -33,20 +33,20 @@ Here are some of the more common issues/bugs/TODOs and some tips:
* Using `Ctrl+` in hints mode does not work. Using `Shift+` works for opening in a new tab though.
-* The default Ctrl+click key interferes with the common shortcut `Ctrl+F` for Find.
+* The default Ctrl+click key interferes with the common shortcut `Ctrl+F` for Find.\
I suggest using something else for Find, like F3, or changing the key to for instance `G`.
* Even if keys are changed, there might be conflict issues with the link hints, see below.
* The extension uses a hard-coded list of link hint keys. These might interfere with common browser keys,especially if single-key shortcuts are used in the browser. If so these will need to be removed from the list.
-* The list of available link hint keys are in `js/spatial-navigation.js`:
-`var keys = 'abcdfghijklmnoprstuvwxyz'`
+* The list of available link hint keys are in `js/spatial-navigation.js`:\
+`var keys = 'abcdfghijklmnoprstuvwxyz'`\
You can edit this string and reload the extension. You can also add keys you want to use instead, for instance the number keys (if not used for anything else).
-* The CSS styles for links/hints/url display can if necessary be changed by editing the following values in `js/spatial-navigation.js`,:
-`this.style.innerHTML`
-`marker.style.cssText`
+* The CSS styles for links/hints/url display can if necessary be changed by editing the following values in `js/spatial-navigation.js`:\
+`this.style.innerHTML`\
+`marker.style.cssText`\
`display.style.cssText`
* There are no language options or internationalization.