Update Readme.MD for moving link for docs & fork

This commit is contained in:
Progi1984 2014-03-25 13:26:05 +01:00
parent db2460fc49
commit e802ea3119
1 changed files with 4 additions and 4 deletions

View File

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