diff --git a/README.md b/README.md index 39c0e4e..e9f8ce4 100644 --- a/README.md +++ b/README.md @@ -6,4 +6,12 @@ This lightweight package allows easy conversion between Nepali (BS) and English ## Installation You can install the package via pip: ```bash -pip install nepali-date-utils +pip install nepali_date_utils +``` + +To convert english date AD to nepali date BS: + +```python +from nepali_date_utils import converter +converter.ad_to_bs("2024/02/03") +```