diff --git a/README.md b/README.md index 2226842..fd41cc6 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ -# hijri-calendar +# Hijri Calendar | تقويم هجري -مكتبة تقويم هجري بلغة Python - Hijri Calendar library \ No newline at end of file +Python library for Hijri-Gregorian dates. + +```python +from hijri import to_hijri +today = to_hijri('2026-08-05') +print(today.format()) # 22 Rabi I 1448 AH +``` + +Built on GitPasha \ No newline at end of file