Skip to content

Commit fc528be

Browse files
committed
Merge branch 'master' of https://github.com/sambitdash/PDFIO.jl
2 parents 7409199 + 310d783 commit fc528be

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
@@ -85,7 +85,7 @@ The current version of the API requires `julia 1.0`. The detailed list of packag
8585

8686
## Sample Code
8787

88-
The above mentioned code takes a PDF file `src` as input and writes the text data into a file `out`. It enumerates all the pages in the document and extracts the text from the pages. The extracted text is written to the output file.
88+
The below mentioned code takes a PDF file `src` as input and writes the text data into a file `out`. It enumerates all the pages in the document and extracts the text from the pages. The extracted text is written to the output file.
8989

9090
```julia {.line_numbers}
9191
"""

0 commit comments

Comments
 (0)