From c6abe0a271d29b8616589fccd08827a8e400c911 Mon Sep 17 00:00:00 2001 From: bob Date: Tue, 21 Oct 2014 13:34:35 +0100 Subject: [PATCH] add a missing p --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec5ea882b..60116cfa1 100644 --- a/README.md +++ b/README.md @@ -756,7 +756,7 @@ class { 'collectd::plugin::vmem': ```puppet class { 'collectd::plugin::write_graphite': - graphitehost => 'graphite.examle.org', + graphitehost => 'graphite.example.org', } ```