Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
themsaid committed Apr 13, 2016
1 parent 536b731 commit 5d96164
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 @@ -112,7 +112,7 @@ You get a table of language lines where any of the values matches the given phra
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
This command will look into all files in `resources/views` and `app` 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.

### Filling missing translations
Expand Down

0 comments on commit 5d96164

Please sign in to comment.