diff options
author | Wilson Page <wilsonpage@me.com> | 2013-09-19 09:35:49 +0100 |
---|---|---|
committer | Wilson Page <wilsonpage@me.com> | 2013-09-19 09:35:49 +0100 |
commit | 892ff8c13ef36834a3fe7dc759bb39c19359a17d (patch) | |
tree | 947dd3abe74e5344e3f5842cad49c0904746452a | |
parent | 2c23a3f19ebd3b4b89bbcdf5e281588cce4ac186 (diff) | |
download | fastdom-892ff8c13ef36834a3fe7dc759bb39c19359a17d.zip fastdom-892ff8c13ef36834a3fe7dc759bb39c19359a17d.tar.gz fastdom-892ff8c13ef36834a3fe7dc759bb39c19359a17d.tar.bz2 |
Correct typo
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -35,7 +35,7 @@ fastdom.write(function() { ## Installation -FastDom is CommonJS and AMD compatible, you can install it in one of the follwing ways: +FastDom is CommonJS and AMD compatible, you can install it in one of the following ways: ``` $ npm install fastdom |