From c98406b013da58cab2ef0a00489270af659fe0dd Mon Sep 17 00:00:00 2001 From: intrigeri <intrigeri@boum.org> Date: Fri, 17 Feb 2017 08:40:56 +0000 Subject: [PATCH] README.md: use headings style that is more readable in plain-text. --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 59054cc..646a9c6 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ might use for making backups don't have their own configuration file format. Backupninja provides a centralized way to configure and coordinate many different backup utilities. -# Features +Features +======== The key features of backupninja are: @@ -35,11 +36,13 @@ The following backup types are supported: - encrypted remote backups (via duplicity) - backup of subversion repositories -# Installation +Installation +============ See the [installation documentation](INSTALL.md). -# Options +Options +======= The following options are available: -- GitLab