summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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