Skip to content

Commit e2f4a0b

Browse files
author
Aboozar Ghaffari
authored
Update README.md
1 parent 8772642 commit e2f4a0b

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ Add Zaman to app aliases in config/app.php file
4747

4848
```php
4949

50-
// Jalali to Gregraian sample
51-
50+
// Jalali to Gregraian samples
5251
echo Zaman::jTog('next week');
5352
echo Zaman::jTog('now');
5453
echo Zaman::jTog('1396-06-30 05:30:10');
@@ -60,19 +59,19 @@ echo Zaman::gToj('2010-10-24 22:50:14');
6059
echo Zaman::gToj('2014-09-21 07:12:54', 'EEEE yyyy/MMMM/dd H:m:s');
6160

6261

63-
// moment samples
62+
// Moment samples
6463
echo Zaman::moment(1494328806);
6564
echo Zaman::moment(strtotime('3 hours ago'));
6665
echo Zaman::moment(strtotime('2017-01-02 00:10:20'));
6766
echo Zaman::momentEn(1494334506);
6867

69-
//in blader
68+
// Blade usage example
7069
{{ Zaman::gToj('2011-11-20 19:12:19') }}
7170

7271
```
7372

7473
### Date/Time formats
75-
[Supported format documentation](http://userguide.icu-project.org/formatparse/datetime)
74+
[Supported Formats Documentation](http://userguide.icu-project.org/formatparse/datetime)
7675

7776
## Team
7877

@@ -85,7 +84,7 @@ This component is developed by the following person(s) and a bunch of [awesome c
8584

8685
## Support this project
8786

88-
[![Donate via Paypal](https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=LXEL22GFTXTKN)
87+
Please support the package by giving it :star: and contributing to its development.
8988

9089
## License
9190

0 commit comments

Comments
 (0)