Skip to content

Commit c497c58

Browse files
committed
Fixed prefox option syntax
1 parent 96678ef commit c497c58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Specify a table of contents prefix.
6161

6262
```php
6363
return [
64-
'splorp.paperback-export.prefix' => ['@@TOC '],
64+
'splorp.paperback-export.prefix' => '@@TOC ',
6565
];
6666
```
6767

0 commit comments

Comments
 (0)