diff --git a/README.md b/README.md index 1845fda..25edccf 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ Finally, use `NODE_OPTIONS` to activate the tsx loader. Now Plop can import your ```json // package.json "scripts": { - "cross-env NODE_OPTIONS='--import tsx' plop --plopfile=plopfile.ts" + "cross-env NODE_OPTIONS='--import tsx' plop" } ``` @@ -167,7 +167,7 @@ Finally, use `NODE_OPTIONS` to activate the tsx loader. Now Plop can import your ```json // package.json "scripts": { - "cross-env NODE_OPTIONS='--loader tsx' plop --plopfile=plopfile.ts" + "cross-env NODE_OPTIONS='--loader tsx' plop" } ```