Skip to content

Commit ae0d8a0

Browse files
authored
Merge pull request #24 from elwayman02/doc-install
Add install instructions to docs
2 parents 84020de + e9b20c1 commit ae0d8a0

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

docs/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Ember-Resize-Modifier
22

33
This addon provides a [`did-resize`](modifiers/did-resize) modifier for detecting
4-
resize events on the element or component it's attached to.
4+
resize events on the element or component it's attached to. These events could include window resizing
5+
CSS changes, content updates, and more!
6+
7+
## Installation
8+
9+
```bash{data-execute=false}
10+
ember install ember-resize-modifier
11+
```
512

613
## Browser Support
714

0 commit comments

Comments
 (0)