Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Aug 9, 2019
1 parent db182f9 commit 3915484
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions transforms/no-implicit-this/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -314,6 +314,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
{{foo}}
{{property}}
{{namespace/foo}}
{{someGetter}}
```

Expand All @@ -324,6 +325,7 @@ ember-no-implicit-this-codemod no-implicit-this path/of/files/ or/some**/*glob.j
{{this.foo}}
{{this.property}}
{{namespace/foo}}
{{this.someGetter}}
```
<!--FIXTURES_CONTENT_END-->

0 comments on commit 3915484

Please sign in to comment.