Skip to content

Commit b62297b

Browse files
committed
updated readme
1 parent b1ed72d commit b62297b

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

+10-3
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44

55
[brm.io/jquery-match-height](http://brm.io/jquery-match-height/)
66

7-
I needed a more robust version of the common [equal heights](https://www.google.com/search?q=jquery+equal+heights) plugin (that everyone and their grandma has made before).
8-
7+
I needed a more robust version of the common [equal heights](https://www.google.com/search?q=jquery+equal+heights) plugin.
98
So matchHeight improves on these by adding features and handling the edge cases where the others tend to fail in practice.
109

1110
### Demo
@@ -26,7 +25,7 @@ See the [jquery.matchHeight.js demo](http://brm.io/jquery-match-height-demo).
2625

2726
### Status
2827

29-
Current version is `v0.5.0`. I've fully tested it and it works well, but if you use it make sure you test fully too.
28+
Current version is `v0.5.1`. I've fully tested it and it works well, but if you use it make sure you test fully too.
3029
Please report any [issues](https://github.com/liabru/jquery-match-height/issues) you find.
3130

3231
### Install
@@ -36,6 +35,10 @@ Please report any [issues](https://github.com/liabru/jquery-match-height/issues)
3635

3736
<script src="jquery.matchHeight.js" type="text/javascript"></script>
3837

38+
#### Or install using [Bower](http://bower.io/)
39+
40+
bower install matchHeight
41+
3942
### Usage
4043

4144
$(elements).matchHeight(byRow);
@@ -71,6 +74,10 @@ Will set both elements in `my-group` to the same height, then both elements in `
7174

7275
See the included [test.html](https://github.com/liabru/jquery-match-height/blob/master/test.html) for a working example.
7376

77+
### Changelog
78+
79+
To see what's new or changed in the latest version, see the [changelog](https://github.com/liabru/jquery-match-height/blob/master/CHANGELOG.md)
80+
7481
### Advanced Usage
7582

7683
There are a few internal properties and functions you should know about:

0 commit comments

Comments
 (0)