From f4d09485adb45f308ad35707509b028100ce2c15 Mon Sep 17 00:00:00 2001 From: Kevin Reeuwijk Date: Fri, 6 Oct 2017 09:49:39 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7f6ec85..958fd83 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,7 @@ include vmtools_win All interaction with the vmtools_win module can be done through the main vmtools_win class. This means you can simply toggle the options in ::vmtools_win to have full functionality of the module. -To allow the latest x.y.z version (e.g. 10.1.10 regardless of specific build number) on packages.vmware.com to be installed, while preventing any automatic reboots, simply include the class: +To allow the latest x.y.z version (e.g. 10.1.10 regardless of specific build number) on packages.vmware.com to be installed, while preventing any automatic reboots, simply include or instantiate the class: ```puppet class { 'vmtools_win': }