Skip to content

Commit dc6147f

Browse files
committed
Update README.md
1 parent c0d5b40 commit dc6147f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ $readableNumber = ReadableNumbers::make(123456789, 4, 'de'); // 123.4568 Mio.
5353

5454
### Directive Example
5555

56-
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.
56+
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.
5757

5858

5959
```html

0 commit comments

Comments
 (0)