summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilson Page <wilsonpage@me.com>2013-10-05 10:30:44 +0100
committerWilson Page <wilsonpage@me.com>2013-10-05 10:30:44 +0100
commitf3f9cd33bb7ef96bbf324ac886e809b3892e42a2 (patch)
tree2f2860d12584d752727fbd87047479df99a55c3d
parent4ee4c57599e4a15ae96e04850a7bbf707a7233a2 (diff)
downloadfastdom-f3f9cd33bb7ef96bbf324ac886e809b3892e42a2.zip
fastdom-f3f9cd33bb7ef96bbf324ac886e809b3892e42a2.tar.gz
fastdom-f3f9cd33bb7ef96bbf324ac886e809b3892e42a2.tar.bz2
Add component to install options
-rw-r--r--README.md11
1 files changed, 4 insertions, 7 deletions
diff --git a/README.md b/README.md
index 9e06ca0..43fea76 100644
--- a/README.md
+++ b/README.md
@@ -42,16 +42,13 @@ FastDom is CommonJS and AMD compatible, you can install it in one of the followi
```
$ npm install fastdom
```
-
-or
-
```
$ bower install fastdom
```
-
-or
-
-Old fashioned [download](http://github.com/wilsonpage/fastdom/raw/master/index.js).
+```
+$ componet install wilsonpage/fastdom
+```
+or [download](http://github.com/wilsonpage/fastdom/raw/master/index.js).
## How it works