From d39597d305c931b3ca7a24874972f73a6715f5ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 28 Mar 2021 22:05:56 +0200 Subject: [PATCH] Fix syntax highlighting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fb0491..f0d5d6a 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ Firstly, it should be Objednávk**u**, because the suffix changes with context. So we want to specify a **complete override** of that language string whenever we're in the `Order` resource context. To do this, simply call: -``` +```php Gloss::value('resource.create', 'Vytvořit objednávku'); ```