Skip to content

Commit 8dcbc92

Browse files
Roman SyroeshkoRoman Syroeshko
authored andcommitted
[CHANGED] "README.md". Added notice required about input escaping.
1 parent b4d31ca commit 8dcbc92

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
@@ -122,7 +122,7 @@ $phpWord->save('helloWorld.docx');
122122
$phpWord->save('helloWorld.odt', 'ODText');
123123
$phpWord->save('helloWorld.rtf', 'RTF');
124124
```
125-
:warning: Escape any string you pass to your document. Otherwise you may break the document.
125+
:warning: Escape any string you pass to your document, otherwise it may get broken.
126126

127127
More examples are provided in the [samples folder](samples/). You can also read the [Developers' Documentation](http://phpword.readthedocs.org/) and the [API Documentation](http://phpoffice.github.io/PHPWord/docs/master/) for more detail.
128128

0 commit comments

Comments
 (0)