diff --git a/lib/codemod/README.md b/lib/codemod/README.md index 2722b03d3f07..e92c60dff122 100644 --- a/lib/codemod/README.md +++ b/lib/codemod/README.md @@ -17,7 +17,7 @@ npm install jscodeshift npm install @storybook/codemod ``` -- `@storybook/codemod` is out collection of codemod scripts. +- `@storybook/codemod` is our collection of codemod scripts. - `jscodeshift` is a tool we use to apply our codemods. After running the migration commands, you can remove them from your `package.json`, if you added them.