diff --git a/README.md b/README.md index 516917b..53327b5 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ By default *LaravelGettext* looks on app/Http/Controllers and resources/views re ##### B. Translate with PoEdit -Open the PO file for the language that you want to translate with PoEdit. The PO files are located by default in **resources/lang/i18n/[locale]/LC_MESSAGES/messages.po**. If you have multiple gettext domains, one file is generated by each domain. +Open the PO file for the language that you want to translate with PoEdit. The PO files are located by default in **resources/lang/i18n/[locale]/LC_MESSAGES/[domain].po**. If you have multiple gettext domains, one file is generated by each domain.