summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorLee Jarvis <lee@jarvis.co>2011-04-24 09:38:21 +0100
committerLee Jarvis <lee@jarvis.co>2011-04-24 09:38:21 +0100
commitc776341d2a5c25df8cb5f2e5249487e910350158 (patch)
tree720c5455df45581276672f16679c8828372e514d /README.md
parentfa678cf337b6717a28063795718ac5790d769ef4 (diff)
downloadslop-c776341d2a5c25df8cb5f2e5249487e910350158.tar.gz
I hate the word callbacks, use events instead
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: