Skip to content

Commit 77c4c81

Browse files
committed
fix: use real PDF link for playwright automation
1 parent 9069558 commit 77c4c81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

examples/with-playwright-automation/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Playwright-based CLI tool for automatically detecting form fields in PDF documen
66

77
```bash
88
npm install
9-
npx tsx src/index.ts https://example.com/form.pdf
9+
npx tsx src/index.ts https://cdn.simplepdf.com/simple-pdf/assets/forms/urla-1003.pdf
1010
```
1111

1212
## Usage
@@ -25,9 +25,9 @@ Options:
2525
### Examples
2626

2727
```bash
28-
npx tsx src/index.ts https://example.com/form.pdf
28+
npx tsx src/index.ts https://cdn.simplepdf.com/simple-pdf/assets/forms/urla-1003.pdf
2929
npx tsx src/index.ts ./documents/form.pdf
30-
npx tsx src/index.ts https://example.com/form.pdf --company-identifier mycompany
30+
npx tsx src/index.ts https://cdn.simplepdf.com/simple-pdf/assets/forms/urla-1003.pdf --company-identifier mycompany
3131
```
3232

3333
## How It Works

0 commit comments

Comments
 (0)