[CHANGED] "README.md". Added notice required about input escaping.
This commit is contained in:
parent
07cec9c66a
commit
d1993a4ab7
|
|
@ -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 with PHPWord API. Otherwise you may broke the document.
|
||||
:warning: Escape any string you pass to your document. Otherwise you may broke the document.
|
||||
|
||||
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.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue