Skip to content

Commit ec5bfc2

Browse files
[internal] Fix codemod versioning instructions in AGENTS.md
1 parent 599a331 commit ec5bfc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Codemods are run by consumers of the MUI X libraries to migrate to newer versio
9191

9292
### Versioning
9393

94-
When creating codemods, the code should be created in the directory of the source version. E.g., a codemod to migrate from v8 to v9 should be placed inside the `v8.0.0` directory.
94+
When creating codemods, the code should be created in the directory of the target version. E.g., a codemod to migrate from v8 to v9 should be placed inside the `v9.0.0` directory.
9595

9696
### Writing codemods
9797

0 commit comments

Comments
 (0)