Skip to content

Commit

Permalink
Improve example of quick install in README
Browse files Browse the repository at this point in the history
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`.
  • Loading branch information
natemccurdy committed Oct 9, 2018
1 parent 8d91877 commit 456c9ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This module manages NGINX configuration.
### Install and bootstrap an NGINX instance

```puppet
class { 'nginx': }
include nginx
```

### A simple reverse proxy
Expand Down

0 comments on commit 456c9ee

Please sign in to comment.