diff --git a/README.md b/README.md index 087ab50..55ea9c2 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ Retrieves member information from MembershipWorks and pushes it out to [UCS](htt Retrieves account and transaction information from MembershipWorks, and pushes it to a MariaDB database for use in other projects. Schemas are defined with [peewee](peewee-orm.com) in [`memberPlumbing/mw_models.py`](./memberPlumbing/mw_models.py). +### `upcomingEvents` + +Retrieves upcoming events from MembershipWorks and formats them for a WordPress post. + ### `hidEvents` Retrieves events from the HID Evo Solo door controllers, and pushes them to a SQL database.