summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-04-03 13:04:23 +0100
committerLee Jarvis <lee@jarvis.co>2011-04-03 13:04:23 +0100
commit56c20413f47e49b0037f5b79aaf503ec954c38f3 (patch)
tree18174002e97bf84725a09efd521fe475bf776e05 /README.md
parent077623f07b1b164e97cd60318a9cabb669e4bf66 (diff)
downloadslop-56c20413f47e49b0037f5b79aaf503ec954c38f3.tar.gz
more whitespace fixes
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/README.md b/README.md
index 3b24e13..b05ef7e 100644
--- a/README.md
+++ b/README.md
@@ -103,12 +103,12 @@ Parsing
Slop's pretty good at parsing, let's take a look at what it'll extract for you
- Slop.parse do
- on 's', 'server', true
- on 'p', 'port', true, :as => :integer
- on 'username', true, :matches => /[^a-zA-Z]+$/
- on 'password', true
- end
+ Slop.parse do
+ on 's', 'server', true
+ on 'p', 'port', true, :as => :integer
+ on 'username', true, :matches => /[^a-zA-Z]+$/
+ on 'password', true
+ end
Now throw some options at it: