diff options
author | Liam <liabru@users.noreply.github.com> | 2016-04-21 11:47:31 +0100 |
---|---|---|
committer | Liam <liabru@users.noreply.github.com> | 2016-04-21 11:47:31 +0100 |
commit | ab31d5840804f4e39d00092b680e5cae879c5962 (patch) | |
tree | 9d79027b5e42148010f2a45191a60bc83f6e3e6c /README.md | |
parent | f53083346ecb89b7ca26382ab739b7d3a7581f84 (diff) | |
parent | dcc9ad670daf4cf80b4f53b24c3df72f9ca8aeff (diff) | |
download | jquery-match-height-master.zip jquery-match-height-master.tar.gz jquery-match-height-master.tar.bz2 |
Merge pull request #115 from robeerob/patch-1HEADorigin/masterorigin/HEADmaster
Update README.md with raw downloadable install url
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ See how others are using jquery.matchHeight.js ### Install [jQuery](http://jquery.com/download/) is required, so include it first. - Download [jquery.matchHeight.js](https://github.com/liabru/jquery-match-height/blob/master/jquery.matchHeight.js) and include the script in your HTML file: + Download [jquery.matchHeight.js](https://raw.githubusercontent.com/liabru/jquery-match-height/master/jquery.matchHeight.js) and include the script in your HTML file: <script src="jquery.matchHeight.js" type="text/javascript"></script> |