summaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
authorHunter Haugen <hunter@puppet.com>2016-04-27 15:34:19 -0700
committerHunter Haugen <hunter@puppet.com>2016-04-27 15:34:19 -0700
commitdb6e2f81b470afc3e0c2c96a47cf9e68b9c7afc7 (patch)
tree32cb494df169fd8b2b12cde1671c36c08ae8e18e /README.markdown
parentfc1851790554efdb39200d84bab73d08a5249be4 (diff)
Remove hard linebreaks
Diffstat (limited to 'README.markdown')
-rw-r--r--README.markdown9
1 files changed, 3 insertions, 6 deletions
diff --git a/README.markdown b/README.markdown
index 6cedc2a..ba1f5f8 100644
--- a/README.markdown
+++ b/README.markdown
@@ -146,11 +146,9 @@ Converts any object to an array containing that object. Empty argument lists are
#### `base64`
-Converts a string to and from base64 encoding.
-Requires an `action` ('encode', 'decode') and either a plain or base64-encoded `string`,
-and an optional `method` ('default', 'strict', 'urlsafe')
+Converts a string to and from base64 encoding. Requires an `action` ('encode', 'decode') and either a plain or base64-encoded `string`, and an optional `method` ('default', 'strict', 'urlsafe')
-for backward compatibility, `metohd` will be set as `default` if not specified.
+For backward compatibility, `method` will be set as `default` if not specified.
*Examples:*
~~~
@@ -346,8 +344,7 @@ Returns true if the argument is an array or hash that contains no elements, or a
#### `enclose_ipv6`
-Takes an array of ip addresses and encloses the ipv6 addresses with square
-brackets. *Type*: rvalue.
+Takes an array of ip addresses and encloses the ipv6 addresses with square brackets. *Type*: rvalue.
#### `ensure_packages`