summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-07-07 14:27:37 +0100
committerLee Jarvis <lee@jarvis.co>2011-07-07 14:27:37 +0100
commitab3ee09dd2ac1b0b24dc049bff2083492e737673 (patch)
tree2f00614986369f014dad29cca03f9968d16e4f94 /README.md
parente07f69fc52403755704cf6353b08c6121348d2d9 (diff)
downloadslop-ab3ee09dd2ac1b0b24dc049bff2083492e737673.tar.gz
add formatting spaces to hash example in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 526d805..d47f566 100644
--- a/README.md
+++ b/README.md
@@ -97,10 +97,10 @@ Now throw some options at it:
Here's what we'll get back
{
- :server=>"ftp://foobar.com",
- :port=>1234,
- :username=>"FooBar",
- :password=>"hello there"
+ :server => "ftp://foobar.com",
+ :port => 1234,
+ :username => "FooBar",
+ :password => "hello there"
}
Events