Skip to content

Commit 4f8ae6e

Browse files
authored
Update readme to point to ember-codemods/ember-component-template-colocation-migrator (#6)
* Update readme to point to `ember-codemods/ember-component-template-colocation-migrator` * Update README.md
1 parent 24b7de6 commit 4f8ae6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ To run the migrator on your app:
1313

1414
```sh
1515
cd your/project/path
16-
npx github:gavinjoyce/ember-component-template-colocation-migrator
16+
npx github:ember-codemods/ember-component-template-colocation-migrator
1717
```
1818

1919
### Running Tests
2020

21-
* `npm run test`
21+
* `npm run test`

0 commit comments

Comments
 (0)