Skip to content

Commit 293dfb5

Browse files
committed
doc: fix typo
1 parent 3e5abaf commit 293dfb5

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
@@ -3,7 +3,7 @@
33
Parses Microsofts Rich Text Format (RTF) documents. It creates an in-memory object which represents the tree structure of the RTF document. This object can in turn be rendered by using one of the renderers.
44
So far, rtfparse provides only one renderer (`HTML_Decapsulator`) which liberates the HTML code encapsulated in RTF. This will come handy, for examle, if you ever need to extract the HTML from a HTML-formatted email message saved by Microsoft Outlook.
55

6-
MS Outlook also tends to use RTF compression, so the CLI of rtfparse can optionally do that, too.
6+
MS Outlook also tends to use RTF compression, so the CLI of rtfparse can optionally decompress that, too.
77

88
You can of course write your own renderers of parsed RTF documents and consider contributing them to this project.
99

0 commit comments

Comments
 (0)