Skip to content

Commit d81e7e3

Browse files
authored
correct location of migration script (#41)
1 parent a864584 commit d81e7e3

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
@@ -52,7 +52,7 @@ add plugin to your `tsconfig.json`:
5252
and run the migration script
5353

5454
```
55-
update-strict-comments
55+
./node_modules/.bin/update-strict-comments
5656
```
5757

5858
That's it! You should be able to see strict typechecking in files without the `@ts-strict-ignore`

0 commit comments

Comments
 (0)