Skip to content

Commit 91c18ba

Browse files
committed
fix md
1 parent dd2c88f commit 91c18ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ php-pdf uses [League\Flysystem](https://github.com/thephpleague/flysystem) to sa
3535
$pdfObject->save(string $filename, League\Flysystem\AdapterInterface $adapter, $overwrite)
3636

3737
`filename`: the name of the file you want to save with
38+
3839
`adapter`: FlySystem Adapter
40+
3941
`overwrite`: If set to `true` and the file exists it will be overwritten, otherwise an Exception will be thrown.
4042

4143
### Examples

0 commit comments

Comments
 (0)