From ec6577a6415d8615719c3a03cae5c7200ea686b1 Mon Sep 17 00:00:00 2001 From: Nate McCurdy Date: Tue, 9 Oct 2018 14:29:15 -0700 Subject: [PATCH] Improve example of quick install in README There's really no reason to use the resource-like declaration when you're not specifying any class parameters. It's cleaner and safer to use `include`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5daf844d7..d145b36c5 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This module manages NGINX configuration. ### Install and bootstrap an NGINX instance ```puppet -class { 'nginx': } +include nginx ``` ### A simple reverse proxy