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 68ead33 commit 03d80b8
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 @@ -76,7 +76,7 @@ Sometimes you may want to use [antiword options](https://linux.die.net/man/1/ant
```php
$text = (new Doc())
->setDoc('table.doc')
->setOptions(['layout', 'r 96'])
->setOptions(['f', 'w 80'])
->text()
;
```
Expand Down

0 comments on commit 03d80b8

Please sign in to comment.