summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-10-15 11:14:00 +0100
committerWilson Page <wilsonpage@me.com>2013-10-15 11:14:00 +0100
commit226fe9f99ab9c7eb0cc0bd53dd6af977e8d686d5 (patch)
tree6e68421f66da455ae3071b2d6b00a18573a17868
parentd25f1dc06c139eba36e8407c5ed58914b49e65d5 (diff)
parent270be4dac84cff74b54a60bb701852bb1ff702fd (diff)
downloadfastdom-226fe9f99ab9c7eb0cc0bd53dd6af977e8d686d5.zip
fastdom-226fe9f99ab9c7eb0cc0bd53dd6af977e8d686d5.tar.gz
fastdom-226fe9f99ab9c7eb0cc0bd53dd6af977e8d686d5.tar.bz2
Merge remote-tracking branch 'origin/master'
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 94fd10e..41a3d4f 100644
--- a/README.md
+++ b/README.md
@@ -91,7 +91,7 @@ For example; you are using third party library that doesn't expose an API that a
fastdom.defer(3, expensiveStuff);
```
-`FastDom#defer` can also be called with no `frames` argument to push work onto next avaiable frame.
+`FastDom#defer` can also be called without the `frames` argument to push work onto next available frame.
```js
// Runs in frame 1
@@ -106,7 +106,7 @@ fastdom.defer(expensiveStuff3);
### FastDom#clear(id)
-Clears **any** scheduled job by id.
+Clears **any** scheduled job.
```js
var read = fastdom.read(function(){});
@@ -133,11 +133,11 @@ Open `test/index.html` in your browser.
## Author
-- **Wilson Page** - [@wilsonpage](http://github.com/wilsonpage)
+- **Wilson Page** - [@wilsonpage](http://twitter.com/wilsonpage)
## Contributors
-- **Wilson Page** - [@wilsonpage](http://github.com/wilsonpage)
+- **Wilson Page** - [@wilsonpage](http://twitter.com/wilsonpage)
- **George Crawford** - [@georgecrawford](http://github.com/georgecrawford)
## License