Skip to content

Commit effa659

Browse files
Update README.md
- fix typo
1 parent ea4ce60 commit effa659

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
@@ -86,7 +86,7 @@ print(parsed["content"])
8686
Optionally, you can pass Tika server URL along with the call
8787
what's useful for multi-instance execution or when Tika is dockerzed/linked.
8888

89-
``
89+
```
9090
parsed = parser.from_file('/path/to/file', 'http://tika:9998/tika')
9191
string_parsed = parser.from_buffer('Good evening, Dave', 'http://tika:9998/tika')
9292
```

0 commit comments

Comments
 (0)