summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.markdown4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown
index 3f32509..1945150 100644
--- a/README.markdown
+++ b/README.markdown
@@ -32,7 +32,7 @@ class motd {
include concat::setup
$motd = "/etc/motd"
- concat{$motd,
+ concat{$motd:
owner => root,
group => root,
mode => 644
@@ -84,7 +84,7 @@ Known Issues:
Contributors:
-------------
-**Paul Elliot**
+**Paul Elliot**
* Provided 0.24.8 support, shell warnings and empty file creation support.