aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorehom <ehom@users.noreply.github.com>2018-10-25 15:57:18 -0700
committerGitHub <noreply@github.com>2018-10-25 15:57:18 -0700
commitb21cb02b6dba8391719b545aae7e0c9256f32ee4 (patch)
tree1d3044cd03c6e8ce6ff907f78b7f03bb35d9db7f
parent6f5af66b913782fd0ce01f4b18b70f7ccf370e7c (diff)
downloadpuppet-hosts_core-b21cb02b6dba8391719b545aae7e0c9256f32ee4.tar.gz
puppet-hosts_core-b21cb02b6dba8391719b545aae7e0c9256f32ee4.tar.bz2
(maint) made phrases complete (localization-ready)
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 81d1e11..4710d26 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ The host_core module is used to manage host entries in a hosts file. For most sy
### Beginning with host_core
-To configure a `localhost` host entry to resolve to an `ip` with a list of `host_aliases` use the following:
+To configure a `localhost` host entry to resolve to an `ip` with a list of `host_aliases`, use the following code:
```
host { 'localhost':
@@ -36,7 +36,7 @@ This module is documented using Puppet Strings.
For a quick primer on how Strings works, please see [this blog post](https://puppet.com/blog/using-puppet-strings-generate-great-documentation-puppet-modules) or the [README.md](https://github.com/puppetlabs/puppet-strings/blob/master/README.md) for Puppet Strings.
-To generate documentation locally, run
+To generate documentation locally, run the following command:
```
bundle install
bundle exec puppet strings generate ./lib/**/*.rb