From e802ea311993e9b0ef9faa8bfe00afaec48519e8 Mon Sep 17 00:00:00 2001 From: Progi1984 Date: Tue, 25 Mar 2014 13:26:05 +0100 Subject: [PATCH] Update Readme.MD for moving link for docs & fork --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6317dd13..d46ee8d1 100755 --- a/README.md +++ b/README.md @@ -29,10 +29,6 @@ With PHPWord, you can create DOCX, ODT, or RTF documents dynamically using your * Use XSL 1.0 style sheets to transform main document part of OOXML template * ... and many more features on progress -__Want to contribute?__ [Fork us](https://github.com/PHPOffice/PHPWord/fork) or [submit](https://github.com/PHPOffice/PHPWord/issues) your bug reports or feature requests to us. - -__Want to know more?__ Read the full documentation of PHPWord on [Read The Docs](http://phpword.readthedocs.org/en/develop/). - ## Requirements * PHP 5.3+ * PHP [Zip](http://php.net/manual/en/book.zip.php) extension @@ -99,3 +95,7 @@ $objWriter->save('helloWorld.odt'); $objWriter = PHPWord_IOFactory::createWriter($PHPWord, 'RTF'); $objWriter->save('helloWorld.rtf'); ``` + +__Want to contribute?__ [Fork us](https://github.com/PHPOffice/PHPWord/fork) or [submit](https://github.com/PHPOffice/PHPWord/issues) your bug reports or feature requests to us. + +__Want to know more?__ Read the full documentation of PHPWord on [Read The Docs](http://phpword.readthedocs.org/en/develop/).