Skip to content

Commit 34e6f50

Browse files
Roman SyroeshkoRoman Syroeshko
authored andcommitted
[CHANGED] "README.md". Added notice required about input escaping.
1 parent 7b11002 commit 34e6f50

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-
125+
:exclamation: Don't forget to escape any string you pass to PHPWord API.
126126
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.
127127

128128
## Contributing

0 commit comments

Comments
 (0)