Skip to content

Commit dcc9ad6

Browse files
committed
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.
1 parent f530833 commit dcc9ad6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ See how others are using jquery.matchHeight.js
5353
### Install
5454

5555
[jQuery](http://jquery.com/download/) is required, so include it first.
56-
Download [jquery.matchHeight.js](https://github.com/liabru/jquery-match-height/blob/master/jquery.matchHeight.js) and include the script in your HTML file:
56+
Download [jquery.matchHeight.js](https://raw.githubusercontent.com/liabru/jquery-match-height/master/jquery.matchHeight.js) and include the script in your HTML file:
5757

5858
<script src="jquery.matchHeight.js" type="text/javascript"></script>
5959

0 commit comments

Comments
 (0)