From dcc9ad670daf4cf80b4f53b24c3df72f9ca8aeff Mon Sep 17 00:00:00 2001 From: Robert Axelsen Date: Thu, 21 Apr 2016 12:14:42 +0200 Subject: [PATCH] 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. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: