Skip to content

Commit

Permalink
Fix shell name
Browse files Browse the repository at this point in the history
  • Loading branch information
ADmad authored Dec 23, 2016
1 parent 5f88ff3 commit ae04909
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 @@ -91,7 +91,7 @@ I18n::config('default', function ($domain, $locale) {
});
```

Use can use `ADmad.I18n` shell to extract the translation message from your code
Use can use `ADmad/I18n.I18n` shell to extract the translation message from your code
files and populate the translations table. Updating the db records with
translations for each language is upto you. Having the messages in a table
instead of files make it much to make a web interface for managing translations.
Expand Down

0 comments on commit ae04909

Please sign in to comment.