diff options
author | Liam <liabru@users.noreply.github.com> | 2015-09-15 23:43:08 +0100 |
---|---|---|
committer | Liam <liabru@users.noreply.github.com> | 2015-09-15 23:43:08 +0100 |
commit | c5566da206a7685bf257da1e9258dd5c593f7a37 (patch) | |
tree | 1058b6522aaea70e05836531bd5ee27e9343907e | |
parent | 0055660f0ea18c3a4704d7db3b27da0ddc5a3e0d (diff) | |
parent | 036df1bd0a3c3dfe4e2e65c4210e0a7d8b001c6f (diff) | |
download | jquery-match-height-c5566da206a7685bf257da1e9258dd5c593f7a37.zip jquery-match-height-c5566da206a7685bf257da1e9258dd5c593f7a37.tar.gz jquery-match-height-c5566da206a7685bf257da1e9258dd5c593f7a37.tar.bz2 |
Merge pull request #81 from afelicioni/patch-1
Fix package manager registries URLs
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ Please report any [issues](https://github.com/liabru/jquery-match-height/issues) <script src="jquery.matchHeight.js" type="text/javascript"></script> -You can also install using the package managers [Bower](http://bower.io/search/?q=matter-js) and [NPM](https://www.npmjs.org/package/matter-js). +You can also install using the package managers [Bower](http://bower.io/search/?q=matchHeight) and [NPM](https://www.npmjs.com/package/jquery-match-height). bower install jquery-match-height npm install jquery-match-height |