Skip to content

Commit 7f01c86

Browse files
authored
Update README.md
Fix typo for run_redline
1 parent 5f58999 commit 7f01c86

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
@@ -99,7 +99,7 @@ The `redlines` C# utility is a command line tool that requires four arguments:
9999
3. `modified_path.docx` - Path to the modified document.
100100
4. `redline_path.docx` - Path where the redlined document will be saved.
101101

102-
The Python wrapper, `XmlPowerToolsEngine` and its main method `run_redlines()`, simplifies the use of `redlines` by
102+
The Python wrapper, `XmlPowerToolsEngine` and its main method `run_redline()`, simplifies the use of `redlines` by
103103
orchestrating its execution with Python and letting you pass in bytes or file paths for the original and modified
104104
documents.
105105

0 commit comments

Comments
 (0)