Skip to content

Commit 4144426

Browse files
committed
Update example CLI usage in README.md
1 parent b67079f commit 4144426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ pip install pdfplumber
3838

3939
```sh
4040
curl "https://raw.githubusercontent.com/jsvine/pdfplumber/stable/examples/pdfs/background-checks.pdf" > background-checks.pdf
41-
pdfplumber < background-checks.pdf > background-checks.csv
41+
pdfplumber background-checks.pdf > background-checks.csv
4242
```
4343

4444
The output will be a CSV containing info about every character, line, and rectangle in the PDF.

0 commit comments

Comments
 (0)