diff --git a/README.md b/README.md index bd44a446..f0f1e49c 100755 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ The base length unit in Open Office XML is twip. Twip means "TWentieth of an Inc You can use PHPWord helper functions to convert inches, centimeters, or points to twips. -``` +```php // Paragraph with 6 points space after $PHPWord->addParagraphStyle('My Style', array( 'spaceAfter' => PHPWord_Shared_Font::pointSizeToTwips(6))