Skip to content

Commit c5774e3

Browse files
committed
fix: playwright automation command
1 parent 9f35b5a commit c5774e3

File tree

1 file changed

+2
-2
lines changed
  • examples/with-playwright-automation/src

1 file changed

+2
-2
lines changed

examples/with-playwright-automation/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ Coordinate System:
4949
- Units in points (1/72 inch)
5050
5151
Examples:
52-
npx tsx src/index.ts config.json
53-
npx tsx src/index.ts config.json --company-identifier mycompany
52+
npx tsx src/index.ts example.config.json
53+
npx tsx src/index.ts example.config.json --company-identifier yourcompany
5454
`);
5555
};
5656

0 commit comments

Comments
 (0)