summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-08-26 23:34:28 +0100
committerWilson Page <wilsonpage@me.com>2013-08-26 23:34:28 +0100
commitc82c63804dc0e58232e54e99b40974b94b3c1efc (patch)
tree62490ff8b7280e4392530b7f911539388c36f625
parent79e948a924e29954184ec6af5afbf46651c3429e (diff)
downloadfastdom-c82c63804dc0e58232e54e99b40974b94b3c1efc.zip
fastdom-c82c63804dc0e58232e54e99b40974b94b3c1efc.tar.gz
fastdom-c82c63804dc0e58232e54e99b40974b94b3c1efc.tar.bz2
Update readme to show new context argument
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index ff06f17..401ed52 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ dom.write(function() {
## API
-### DomBatch#read(callback)
+### DomBatch#read(callback[, context])
Schedules a task for the 'read' queue.
@@ -41,7 +41,7 @@ dom.read(function() {
});
```
-### DomBatch#write(callback)
+### DomBatch#write(callback[, context])
Schedules a task for the 'write' queue.