Skip to content

Commit 182f458

Browse files
author
Chris Collins
committed
Update readme
1 parent 162f270 commit 182f458

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
@@ -3,7 +3,7 @@
33
An [AngularJS](http://angularjs.org/) directive to vertically equalize a group of elements with varying heights. In other words, it dynamically makes a group of elements the same height.
44

55
## Usage
6-
First, add `angular.vertilize` to your Angular application module dependencies. Then, use the `vertilize-container` and `vertilize` directives on the HTML elements that you want to have equal heights maintained.
6+
First, add `angular.vertilize` to your Angular application module dependencies. Then, use the `vertilize-container` directive and child `vertilize` directives on the HTML elements that you want to have equal heights maintained.
77

88
## Example
99
```html

0 commit comments

Comments
 (0)