summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-07-07 14:28:12 +0100
committerLee Jarvis <lee@jarvis.co>2011-07-07 14:28:12 +0100
commitfa4562e021c712010164eb7864ac074e3a6d3daf (patch)
tree472a6c7b4482b87c6c8ab0fb965fedbf5ead8c83 /README.md
parentab3ee09dd2ac1b0b24dc049bff2083492e737673 (diff)
downloadslop-fa4562e021c712010164eb7864ac074e3a6d3daf.tar.gz
fix other to_hash example in readme
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 d47f566..0472cfe 100644
--- a/README.md
+++ b/README.md
@@ -245,4 +245,4 @@ thing in Slop:
on :a, :age, 'Your age', true, :as => :int
end
- opts.to_hash(true) #=> { :name => 'lee', :age => 105 } \ No newline at end of file
+ opts.to_hash #=> { :name => 'lee', :age => 105 } \ No newline at end of file