rscync
diff --git a/README.md b/README.md
index 8f6a0af..400b8f2 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,19 @@
 
 # rsync
 
+rsync is an open source utility that provides fast incremental file transfer. 
+
 ## Sample pillar
 
     rsync:
       server:
         enabled: true
-        servers:
-        - name: account6012
-          max connections: 
-          device: /srv/1/node/
+        modules:
+        - name: name
+          max connections: 2
+          device: /srv/rsync/
           read only: False
 
 ## Read more
 
+* http://rsync.samba.org/