From beeaf89fd6bb3e973bf19c8903fdb706408aca20 Mon Sep 17 00:00:00 2001 From: Roman Syroeshko Date: Sun, 23 Nov 2014 12:51:10 +0400 Subject: [PATCH] [CHANGED] "README.md". Added notice required about input escaping. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1cc4edf7..5567ebbe 100644 --- a/README.md +++ b/README.md @@ -123,6 +123,7 @@ $phpWord->save('helloWorld.odt', 'ODText'); $phpWord->save('helloWorld.rtf', 'RTF'); ``` :exclamation: Don't forget to escape any string you pass to PHPWord API. + 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. ## Contributing