summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index be2e2ac..2e67823 100644
--- a/README.md
+++ b/README.md
@@ -14,9 +14,9 @@ array. For example:
}
... will create a `resolv.conf` that searches the domain name of the
-machine (the `$::domain` fact) and uses Google's recursive
-nameservers. The domain name and search path can be overriden with the
-`$domain` and `$search` parameters.
+machine (the `$::domain` fact) and uses Google's recursive nameservers
+(also the default). The domain name and search path can be overriden
+with the `$domain` and `$search` parameters.
Extra options can be added at the end of the `resolv.conf` file with
the `$tail` argument.