diff --git a/README.md b/README.md index b12a887..70bf829 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ add plugin to your `tsconfig.json`: ``` and run the migration script ``` -update-strict-comments +./node_modules/.bin/update-strict-comments ``` That's it! You should be able to see strict typechecking in files without the `@ts-strict-ignore` comment. To make these files strict too, just remove its' ignore comments.