Skip to content

Commit beeaf89

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@ $phpWord->save('helloWorld.odt', 'ODText');
123123
$phpWord->save('helloWorld.rtf', 'RTF');
124124
```
125125
:exclamation: Don't forget to escape any string you pass to PHPWord API.
126+
126127
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.
127128

128129
## Contributing

0 commit comments

Comments
 (0)