From dc6147f6290d778def45e09ccc219318f5555ff3 Mon Sep 17 00:00:00 2001 From: Egoist Date: Sat, 23 Apr 2022 02:40:48 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b3f353..b43884b 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ $readableNumber = ReadableNumbers::make(123456789, 4, 'de'); // 123.4568 Mio. ### Directive Example -There is only one directive: `@readableNumber()`, again takes three arguments: `@readableNumber(float $value, int $decimals = 1, $lang = null)` and all arguments are required. If you use a multi-language system, you should remember to directives are cached. So, you should pass decimal count and language. +There is only one directive: `@readableNumber()`, again takes three arguments: `@readableNumber(float $value, int $decimals = 1, $lang = null)`. If you use a multi-language system, you should remember to directives are cached. So, you should pass decimal count and language. ```html