Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Apr 9, 2016
1 parent 7746221 commit 4590fd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ php artisan langman:find 'log in first'

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

### Search view files for missing translations
### Searching view files for missing translations

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

### Fill missing translations
### Filling missing translations

```
php artisan langman:missing
Expand Down

0 comments on commit 4590fd3

Please sign in to comment.