diff options
author | Wilson Page <wilsonpage@me.com> | 2013-10-05 10:30:44 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-10-05 10:30:44 +0100 |
commit | f3f9cd33bb7ef96bbf324ac886e809b3892e42a2 (patch) | |
tree | 2f2860d12584d752727fbd87047479df99a55c3d | |
parent | 4ee4c57599e4a15ae96e04850a7bbf707a7233a2 (diff) | |
download | fastdom-f3f9cd33bb7ef96bbf324ac886e809b3892e42a2.zip fastdom-f3f9cd33bb7ef96bbf324ac886e809b3892e42a2.tar.gz fastdom-f3f9cd33bb7ef96bbf324ac886e809b3892e42a2.tar.bz2 |
Add component to install options
-rw-r--r-- | README.md | 11 |
1 files changed, 4 insertions, 7 deletions
@@ -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 |