Browse Source

Fix typos in README

Emmanuel Bouthenot 5 years ago
parent
commit
51bb5d3a00
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Readme.md

+ 4 - 0
Readme.md

@@ -2,6 +2,7 @@
 
 AutoPostgreSQLBackup is a shell script (usually executed from a cron job) designed to provide a fully automated tool to make periodic backups of PostgreSQL databases.
 AutoPostgreSQLBackup extract databases into flat files in a daily, weekly or monthly basis.
+
 It supports:
  * Email notification
  * Compression
@@ -14,8 +15,11 @@ It supports:
 ## Usage
 
 On Debian derived operating systems:
+
 Install it : `apt install autopostgresqlbackup`
+
 If the default options are not suitable for you, change then: `$EDITOR /etc/default/autopostgresqlbackup`
+
 That's it!
 
 ## History