From 97dc9f0c94dc9bf0f244be8aedcf137574cc497e Mon Sep 17 00:00:00 2001
From: hbui <hong-phuc.bui@htwsaar.de>
Date: Tue, 23 Jul 2024 17:21:36 +0200
Subject: [PATCH] fix spell

---
 num-int/Readme.md |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/num-int/Readme.md b/num-int/Readme.md
index 274ba9d..df3dab4 100644
--- a/num-int/Readme.md
+++ b/num-int/Readme.md
@@ -13,7 +13,7 @@
 ## Run Unittest
 
 ```shell
-python3 -m unittet discover --pattern *test.py
+python3 -m unittest discover --pattern *test.py
 ```
 
 ## Run programm

--
Gitblit v1.10.0-SNAPSHOT