diff options
author | Robert Axelsen <robeerob@users.noreply.github.com> | 2016-04-21 12:14:42 +0200 |
---|---|---|
committer | Robert Axelsen <robeerob@users.noreply.github.com> | 2016-04-21 12:14:42 +0200 |
commit | dcc9ad670daf4cf80b4f53b24c3df72f9ca8aeff (patch) | |
tree | 9d79027b5e42148010f2a45191a60bc83f6e3e6c | |
parent | f53083346ecb89b7ca26382ab739b7d3a7581f84 (diff) | |
download | jquery-match-height-dcc9ad670daf4cf80b4f53b24c3df72f9ca8aeff.zip jquery-match-height-dcc9ad670daf4cf80b4f53b24c3df72f9ca8aeff.tar.gz jquery-match-height-dcc9ad670daf4cf80b4f53b24c3df72f9ca8aeff.tar.bz2 |
Update README.md with raw downloadable install url
I tried to download the jquery.matchHeight.js download link by using "save link as...", and I got a .js file with html content. Realized it links to the repo with the file, so I propose to link to the raw file instead. This will make it directly downloadable.
-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> |