From aec97f77550bc7c187b6cfefb671db62ce1431da Mon Sep 17 00:00:00 2001 From: hschwaer <194898364+schwaho@users.noreply.github.com> Date: Sat, 31 Jan 2026 17:11:14 +0100 Subject: [PATCH] fix: Typo in usage section of README - Replace 'Wheel' by 'sdist' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1c98dee..f7adfac 100644 --- a/README.md +++ b/README.md @@ -79,9 +79,9 @@ pip install .[dev,utils] ### Command Line Interface (CLI) -#### Wheel installation +#### sdist installation -After wheel installation, the `simpleticketing` command is available. +After sdist installation, the `simpleticketing` command is available. Initialize a new instance: ```bash