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/).