From 2284b701e92ae6593cee015c30c2d69c63540c1f Mon Sep 17 00:00:00 2001 From: Ryan DeShone Date: Tue, 9 Oct 2018 11:09:09 -0400 Subject: [PATCH] Fix some minor markdown syntax errors --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eff4be4..1c5d86e 100644 --- a/README.md +++ b/README.md @@ -41,11 +41,11 @@ All interaction with the arpwatch module is done through the main arpwatch class The following parameters are available in the `::arpwatch` class: -####`config_file` +#### `config_file` Specifies a file for arpwatch's configuration. Valid options: string containing an absolute path. Default value: '/etc/sysconfig/arpwatch' -####`config_template` +#### `config_template` Specifies a file to act as a ERB template for the config file. Valid options: string containing a path (absolute, or relative to the module path). Example value: 'arpwatch/conf.rhel.erb'