1
0
Fork 0

Comment for bash

This commit is contained in:
Ava Wroten 2020-03-03 15:22:16 -06:00
parent f829bab424
commit ab7b25882b

View file

@ -25,6 +25,7 @@ In a nutshell, the next time you reach for a `didInsertElement()` with an `addEv
First we install the library
```bash
# In Your Terminal
ember install ember-modifier
```
@ -65,6 +66,7 @@ export default class MyComponent extends Component {
We can create a custom modifier like so:
```bash
# In Your Terminal
ember g modifier key-down
```