summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-04-24 09:55:52 +0100
committerLee Jarvis <lee@jarvis.co>2011-04-24 09:55:52 +0100
commit9b7425bc240e4310640273f5c93612cfeede65d9 (patch)
treefabc19d5d66de564da21165dc0086408d1325382 /README.md
parent51cbd1ebaada79c5ffe28445e4a550b08d4f6d51 (diff)
downloadslop-9b7425bc240e4310640273f5c93612cfeede65d9.tar.gz
I got revert happy, callbacks -> events
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index e299b5e..fa94886 100644
--- a/README.md
+++ b/README.md
@@ -127,8 +127,8 @@ Here's what we'll get back
:password=>"hello there"
}
-Callbacks
----------
+Events
+------
If you'd like to trigger an event when an option is used, you can pass a
block to your option. Here's how: