Skip to content

Commit

Permalink
update example to reflect key as value
Browse files Browse the repository at this point in the history
  • Loading branch information
Bottelet committed Sep 19, 2024
1 parent 09f9279 commit 72aed23
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 @@ -35,7 +35,7 @@ php artisan translations:check en
```json
{
"test.value": "Value",
"translate this string": ""
"translate this string": "translate this string"
}
```

Expand Down

0 comments on commit 72aed23

Please sign in to comment.