commit ec8134a6976e3aab24fb036877d9f86453755431 parent 33471f2ee1c59eec3e6ca48d18c4cbb1e4c04952 Author: Carlosokumu <carlosokumu254@gmail.com> Date: Wed, 10 Sep 2025 19:03:26 +0300 update READE.md Diffstat:
| M | README.md | | | 8 | ++++---- |
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md @@ -1,6 +1,6 @@ -# CalendarApp +# Ungana -**CalendarApp** is a Python CLI tool for creating customized iCalendar (`.ics`) files, designed for a ticket booking and event reservation system. +**Ungana** is a Python CLI tool for creating customized iCalendar (`.ics`) files. ## Requirements @@ -25,13 +25,13 @@ source venv/bin/activate #### Editable Mode ```bash -cd calendarapp +cd ungana pip install -e . ``` ## Without Installation ```bash -python3 -m calendarapp.runnable.calendar_cli +python3 -m ungana.runnable.ungana_cal_cli ``` ## Commands