Skip to content

Commit 43d53a9

Browse files
committed
fix readme
1 parent 27749bc commit 43d53a9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@ By default, this package will attempt to determine the locales defined in your a
101101

102102
To set the locales manually, use the following configuration:
103103

104-
````php
104+
```php
105105
return [
106106
// ...
107107

108108
'locales' => ['en', 'fr', 'es'],
109109

110110
// ...
111111
];
112-
112+
```
113113

114114
---
115115

@@ -121,7 +121,7 @@ Sort translations with the default driver:
121121

122122
```bash
123123
php artisan translator:sort
124-
````
124+
```
125125

126126
Specify a driver for sorting:
127127

0 commit comments

Comments
 (0)