Skip to content

Commit a2bf3a9

Browse files
authored
docs: new action style (#41)
1 parent ef9b464 commit a2bf3a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ember install ember-select-light
1818
<SelectLight
1919
@value="turtle"
2020
@options={{array "turtle" "tortoise"}}
21-
@onChange={{action "handleChange"}} />
21+
@onChange={{this.handleChange}} />
2222
```
2323

2424
#### With an array of objects...

0 commit comments

Comments
 (0)