Skip to content

Commit 07e5951

Browse files
Update README
1 parent fcd4c48 commit 07e5951

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
@@ -23,7 +23,7 @@ return function ($site) {
2323

2424
// Or you can simply return an array.
2525
return [
26-
'value' => site()->title(),
26+
'title' => site()->title(),
2727
];
2828

2929
```

0 commit comments

Comments
 (0)