diff --git a/readme.md b/readme.md
index 52adc8f..161e60c 100644
--- a/readme.md
+++ b/readme.md
@@ -150,6 +150,7 @@ that will be converted to the correct type for a particular tool, but this may n
 
 Some different yet similar commands should be converted to the correct type. A table below shows some of these:  
 | Borg Command | Restic Command             | Result                                     |
+| ---          | ---                        | ---                                        |
 | create       | backup                     | creates a backup                           |
 | list         | snapshots                  | lists archives/snapshots                   |
 | extract      | restore                    | restores/extracts a backup                 |