We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a618d1 commit f50b8f4Copy full SHA for f50b8f4
1 file changed
README.md
@@ -23,7 +23,7 @@ running this tool.
23
2. Run Codemod, pointing it at the address of the development server
24
```sh
25
$ cd my-ember-app-or-addon
26
-$ npx ember-angle-brackets-codemod http://localhost:4200 path/of/files/ or /some**/*glob.hbs
+$ npx ember-angle-brackets-codemod http://localhost:4200 ./path/of/files/ or ./some**/*glob.hbs
27
```
28
29
## From
0 commit comments