Skip to content

Commit 97c8290

Browse files
committed
Fix Markup Word/README
1 parent bb73c7a commit 97c8290

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Word/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,4 +156,5 @@ doc.Save("WordGroupShape.docx");
156156
```csharp
157157
var doc = new Openize.Words.Document("sample.docx");
158158
doc.ReplaceText("Original","Replaced");
159-
doc.Save("sample-updated.docx");
159+
doc.Save("sample-updated.docx");
160+
```

0 commit comments

Comments
 (0)