summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Axelsen <robeerob@users.noreply.github.com>2016-04-21 12:14:42 +0200
committerRobert Axelsen <robeerob@users.noreply.github.com>2016-04-21 12:14:42 +0200
commitdcc9ad670daf4cf80b4f53b24c3df72f9ca8aeff (patch)
tree9d79027b5e42148010f2a45191a60bc83f6e3e6c
parentf53083346ecb89b7ca26382ab739b7d3a7581f84 (diff)
downloadjquery-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 7ba9a3e..649d2d7 100644
--- a/README.md
+++ b/README.md
@@ -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>