Skip to content

Commit 4590fd3

Browse files
committed
update readme
1 parent 7746221 commit 4590fd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ php artisan langman:find 'log in first'
106106

107107
You get a table of language lines where any of the values matches the given phrase by close match.
108108

109-
### Search view files for missing translations
109+
### Searching view files for missing translations
110110

111111
```
112112
php artisan langman:sync
@@ -115,7 +115,7 @@ php artisan langman:sync
115115
This command will look into your view files and find all translation keys that are not covered in your translation files, after
116116
that it appends those keys to the files with a value equal to an empty string.
117117

118-
### Fill missing translations
118+
### Filling missing translations
119119

120120
```
121121
php artisan langman:missing

0 commit comments

Comments
 (0)