From dc6dd201aaf1c2b9ced3f98e208ddc6af1f0a722 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denis=20Duli=C3=A7i?= Date: Tue, 11 Jul 2023 11:35:47 +0300 Subject: [PATCH] readme --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index fc1effb..8fe62b1 100644 --- a/README.md +++ b/README.md @@ -74,6 +74,7 @@ $m1->format(); ### Helpers ```php +money(500) money(500, 'USD') currency('USD') ``` @@ -81,6 +82,7 @@ currency('USD') ### Blade Directives ```php +@money(500) @money(500, 'USD') @currency('USD') ``` @@ -90,6 +92,8 @@ currency('USD') Same as the directive, there is also a `blade` component for you to create money and currency in your views: ```html + +or or