We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f35b5a commit c5774e3Copy full SHA for c5774e3
examples/with-playwright-automation/src/index.ts
@@ -49,8 +49,8 @@ Coordinate System:
49
- Units in points (1/72 inch)
50
51
Examples:
52
- npx tsx src/index.ts config.json
53
- npx tsx src/index.ts config.json --company-identifier mycompany
+ npx tsx src/index.ts example.config.json
+ npx tsx src/index.ts example.config.json --company-identifier yourcompany
54
`);
55
};
56
0 commit comments