diff --git a/README.md b/README.md
index 5293ae9..69b0862 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,9 @@
This is a simple bash shell script that creates and restores an encrypted backup using GPG.
+
+
+
### Install
* `make`
@@ -11,8 +14,6 @@ This is a simple bash shell script that creates and restores an encrypted backup
* backup: `tinybackup b `
* recover: `tinybackup r `
-
-
#### Dependencies
* (ubuntu/debian): `apt get gzip pv gnupg2`