Skip to content

Commit e802ea3

Browse files
committed
Update Readme.MD for moving link for docs & fork
1 parent db2460f commit e802ea3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,6 @@ With PHPWord, you can create DOCX, ODT, or RTF documents dynamically using your
2929
* Use XSL 1.0 style sheets to transform main document part of OOXML template
3030
* ... and many more features on progress
3131

32-
__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.
33-
34-
__Want to know more?__ Read the full documentation of PHPWord on [Read The Docs](http://phpword.readthedocs.org/en/develop/).
35-
3632
## Requirements
3733
* PHP 5.3+
3834
* PHP [Zip](http://php.net/manual/en/book.zip.php) extension
@@ -99,3 +95,7 @@ $objWriter->save('helloWorld.odt');
9995
$objWriter = PHPWord_IOFactory::createWriter($PHPWord, 'RTF');
10096
$objWriter->save('helloWorld.rtf');
10197
```
98+
99+
__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.
100+
101+
__Want to know more?__ Read the full documentation of PHPWord on [Read The Docs](http://phpword.readthedocs.org/en/develop/).

0 commit comments

Comments
 (0)