summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2012-01-21 11:17:01 +0000
committerLee Jarvis <lee@jarvis.co>2012-01-21 11:17:01 +0000
commiteecbddbb12c65eb672bf14f2510a73e1aae37d5b (patch)
treefc44af3436c7f139c8a05235cee202040780236a /README.md
parentf24c29880dddb862f3ff7adf23110b70110bd964 (diff)
downloadslop-eecbddbb12c65eb672bf14f2510a73e1aae37d5b.tar.gz
updated wiki links
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 0 insertions, 5 deletions
diff --git a/README.md b/README.md
index e3453cf..ea108cf 100644
--- a/README.md
+++ b/README.md
@@ -50,10 +50,6 @@ on :p, :password, 'Your password', :optional_argument => true
on '-p', 'password=?', 'Your password'
```
-For more information about creating options, see the
-[Creating Options](https://github.com/injekt/slop/wiki/Creating-Options)
-wiki page.
-
You can also return your options as a Hash:
```ruby
@@ -93,7 +89,6 @@ Check out the following wiki pages for more features:
* [Ranges](https://github.com/injekt/slop/wiki/Ranges)
* [Auto Create](https://github.com/injekt/slop/wiki/Auto-Create)
-* [Commands](https://github.com/injekt/slop/wiki/Commands)
Woah woah, why you hating on OptionParser?
------------------------------------------