Skip to content
This repository was archived by the owner on Mar 12, 2020. It is now read-only.

Commit 7d8f1d6

Browse files
committed
Missing comma in the readme example config
1 parent fe2871a commit 7d8f1d6

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
@@ -30,7 +30,7 @@ return array(
3030
new \Phergie\Plugin\Url\Plugin(array(
3131
// All configuration is optional
3232

33-
'hostUrlEmitsOnly' => false // url.host.(all|<host>) emits only, no further URL handling / shortening
33+
'hostUrlEmitsOnly' => false, // url.host.(all|<host>) emits only, no further URL handling / shortening
3434

3535
// or
3636

0 commit comments

Comments
 (0)