diff --git a/README.md b/README.md index 7062e82..c323b7c 100644 --- a/README.md +++ b/README.md @@ -3,16 +3,26 @@ for ZURB Foundation An intuitive, class-based interface for creating responsive equalized element heights within ZURB Foundation. -### Usage +### Installation Responsive Equalized Heights is built to work with the grid from Foundation 5. It is untested with earlier versions of Foundation. -Include this project's script in your page *after* Foundation. +**Bower** + +``` +bower install responsive-equalized-heights +``` + +**Browser** ``` ``` +### Usage + +Include this project's script in your page *after* Foundation. + Then add responsive height classes to any elements that should be equalized. That's all. No container classes, no data attributes, no parent element requirements. Responsive height classes use this format: @@ -27,4 +37,4 @@ Responsive height classes use this format: At any screen size, all of the elements in each group will share equalized height. -For full details and examples, see the project site: [http://jsmreese.github.io/responsive-equalized-heights/](http://jsmreese.github.io/responsive-equalized-heights/) \ No newline at end of file +For full details and examples, see the project site: [http://jsmreese.github.io/responsive-equalized-heights/](http://jsmreese.github.io/responsive-equalized-heights/)