summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2013-05-15 15:31:07 +0100
committerLee Jarvis <ljjarvis@gmail.com>2013-05-15 15:31:07 +0100
commitd1c6d32da2a6b455db2c99271c13090a30dbac27 (patch)
tree858708b5c8bd99256e602175d4739f2e4dd31c55 /README.md
parentcb6c63763aa0dc24e00f3184f5a1bc7a864d5fb5 (diff)
downloadslop-d1c6d32da2a6b455db2c99271c13090a30dbac27.tar.gz
fix a couple of writing mistakes in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index dd8d5c5..f4cf768 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ All of these options can be sent to `Slop.new` or `Slop.parse` in Hash form.
* `strict` - Enable strict mode. When processing unknown options, Slop will
raise an `InvalidOptionError`. **default:** *false*.
* `help` - Automatically add the `--help` option. **default:** *false*.
-* `banner` - Set this options banner text. **default:** *nil*.
+* `banner` - Set the help banner text. **default:** *nil*.
* `ignore_case` - When enabled, `-A` will look for the `-a` option if `-A`
does not exist. **default:** *false*.
* `autocreate` - Autocreate options on the fly. **default:** *false*.
@@ -101,7 +101,7 @@ Autocreate
Slop has an 'autocreate' feature. This feature is intended to create
options on the fly, without having to specify them yourself. In some case,
-uses this code could be all you need in your application:
+using this code could be all you need in your application:
```ruby
# ruby run.rb --foo bar --baz --name lee