summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--bower.json2
2 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5e46549..c5c15ab 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,6 @@
Eliminates layout thrashing by batching DOM read/write operations (~750 bytes gzipped).
```js
-var fastdom = new FastDom();
-
fastdom.read(function() {
console.log('read');
});
diff --git a/bower.json b/bower.json
index df4e7c8..259de32 100644
--- a/bower.json
+++ b/bower.json
@@ -12,5 +12,5 @@
"README.md"
],
"license": "MIT",
- "_source": "git@github.com:wilsonpage/fastdom.git"
+ "_source": "git@github.com/wilsonpage/fastdom.git"
}