[CHANGED] "README.md". Added notice required about input escaping.

This commit is contained in:
Roman Syroeshko 2014-11-23 16:12:57 +04:00
parent b4d31cafd9
commit 8dcbc92df6
1 changed files with 1 additions and 1 deletions

View File

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