Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JayBizzle committed Dec 5, 2018
1 parent 32b0585 commit 196cf67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ $text = (new Doc())
or as the third parameter to the `getText` static method:

```php
echo Doc::getText('book.doc', null, ['layout', 'opw myP1$$Word']);
echo Doc::getText('book.doc', null, ['f', 'w 80']);
```

## Change log
Expand Down

0 comments on commit 196cf67

Please sign in to comment.