From 653505563a52157ae97f3c4cfd049fc7fc6206b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Artur=20Subotkevi=C4=8D?= Date: Wed, 17 Oct 2018 17:51:05 +0300 Subject: [PATCH] Readme update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1a225f..88e1630 100644 --- a/README.md +++ b/README.md @@ -103,7 +103,7 @@ You can add more file extensions to `file_extensions` array in the `config/trans ### Translation helper methods -By default our package looks for `lang` and `__` translation helper methods or mixins. +By default our package looks for `lang()` and `__()` translation helper methods and directives. But you can extend, modify, or remove them in the config file by modifying `translation_methods` array: ```php