summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-05-19 15:43:24 +0100
committerLee Jarvis <lee@jarvis.co>2011-05-19 15:43:24 +0100
commit4ced2f228bc706a5ab67c3bcd8cb965e70bef97d (patch)
tree24621fc4329dce6809eefd043934134fa0a13f47 /README.md
parent383655bfbaea2e3ff946c940b0b251fec754de9a (diff)
downloadslop-4ced2f228bc706a5ab67c3bcd8cb965e70bef97d.tar.gz
fix some readme grammar
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f6124bf..2920860 100644
--- a/README.md
+++ b/README.md
@@ -362,7 +362,7 @@ gather a bunch of key/value options, usually you would do something like this:
opt.parse
things #=> { :name => 'lee', :age => 105 }
-Which is all great and stuff, but it can lead to some repetition, the same
+Which is all great and stuff, but it can lead to some repetition. The same
thing in Slop:
require 'slop'