Docfixes
diff --git a/README.rst b/README.rst
index e434f3e..773d3f3 100644
--- a/README.rst
+++ b/README.rst
@@ -1,11 +1,19 @@
-===========
-Backupninja
-===========
+===================
+Backupninja formula
+===================
-Backupninja allows you to coordinate system backup by dropping a few simple configuration files into /etc/backup.d/. Most programs you might use for making backups don't have their own configuration file format.
+Backupninja allows you to coordinate system backup by dropping a few simple
+configuration files into /etc/backup.d/. Most programs you might use for
+making backups don't have their own configuration file format.
-Backupninja provides a centralized way to configure and schedule many different backup utilities. It allows for secure, remote, incremental filesytem backup (via rdiff-backup), compressed incremental data, backup system and hardware info, encrypted remote backups (via duplicity), safe backup of MySQL/PostgreSQL databases, subversion or trac repositories, burn CD/DVDs or create ISOs, incremental rsync with hardlinking.
+Backupninja provides a centralized way to configure and schedule many
+different backup utilities. It allows for secure, remote, incremental
+filesytem backup (via rdiff-backup), compressed incremental data, backup
+system and hardware info, encrypted remote backups (via duplicity), safe
+backup of MySQL/PostgreSQL databases, subversion or trac repositories, burn
+CD/DVDs or create ISOs, incremental rsync with hardlinking.
+
Sample pillars
==============
@@ -59,11 +67,13 @@
server:
enabled: true
rdiff: true
- keys:
- - client1.domain.com
+ key:
+ client1.domain.com:
+ key: ssh-key
-Read more
-=========
+
+More information
+================
* https://labs.riseup.net/code/projects/backupninja/wiki/Configuration
* http://www.debian-administration.org/articles/351
@@ -71,6 +81,7 @@
* https://github.com/riseuplabs/puppet-backupninja
* http://www.ushills.co.uk/2008/02/backup-with-backupninja.html
+
Documentation and Bugs
======================