summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2014-11-19 18:32:53 +0000
committerLee Jarvis <ljjarvis@gmail.com>2014-11-19 18:32:53 +0000
commite3b787356edc80b49303c7d1a94fea416ea2f6dc (patch)
treebef555406b23877752088221411ce91976d8c839 /README.md
parent7440c92117511ed050652254e0ba28257c0765d8 (diff)
downloadslop-e3b787356edc80b49303c7d1a94fea416ea2f6dc.tar.gz
Update 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 47c39f8..394c2c4 100644
--- a/README.md
+++ b/README.md
@@ -27,7 +27,7 @@ opts[:host] #=> 192.168.0.1
opts.verbose? #=> true
opts.quiet? #=> false
-opts.to_hash #=> { host: "192.168.0.1", port: 80, verbose: true, quiet: nil }
+opts.to_hash #=> { host: "192.168.0.1", port: 80, verbose: true, quiet: false }
```
Advanced Usage