From e9e16b7e01f70f23c2d1d86d92f1b9dc0d2355f9 Mon Sep 17 00:00:00 2001 From: Jonathan Davies Date: Tue, 25 Nov 2014 17:02:20 +0000 Subject: [PATCH] README.md: Fixed example entropy snippet. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60116cfa1..8be672a69 100644 --- a/README.md +++ b/README.md @@ -231,7 +231,7 @@ class { 'collectd::plugin::disk': ####Class: `collectd::plugin::entropy` ```puppet -collectd::plugin::entropy { +class { 'collectd::plugin::entropy': } ```