From d55db9da83bdc13de17824093236b87bac3e46eb Mon Sep 17 00:00:00 2001 From: Ivan Lanin Date: Thu, 9 Jan 2014 07:45:41 +0700 Subject: [PATCH] Patch branch --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d1d73199..6ef55f31 100755 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ # PHPWord - OpenXML - Read, Write and Create Word documents in PHP -PHPWord is a library written in PHP that create word documents. +PHPWord is a library written in PHP that create word documents. No Windows operating system is needed for usage because the result are docx files (Office Open XML) that can be opened by all major office software. +Test patch branch + ## Want to contribute? Fork us!