summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-06-11 08:58:33 +0100
committerLee Jarvis <lee@jarvis.co>2011-06-11 08:58:33 +0100
commit125135d62c80af9d1cc30573227b69b4edd79bb2 (patch)
treec8ca9aa581ffd79832966b51ff26c4a352750168 /README.md
parent1572d532a8e3f4c25a1254baaa215f2cb11be816 (diff)
downloadslop-125135d62c80af9d1cc30573227b69b4edd79bb2.tar.gz
remove multiple banner examples from README
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 0 insertions, 9 deletions
diff --git a/README.md b/README.md
index 0602921..e25455f 100644
--- a/README.md
+++ b/README.md
@@ -55,19 +55,10 @@ Will output something like
You can also add a banner using the `banner` method
- opts = Slop.parse
- opts.banner = "Usage: foo.rb [options]"
-
-or
-
opts = Slop.parse do
banner "Usage: foo.rb [options]"
end
-or
-
- opts = Slop.new "Usage: foo.rb [options]"
-
Helpful Help
------------