From 4c66d929e41c8db5e23631dc9a5eaaa1222fb373 Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Thu, 7 Aug 2025 21:07:33 +0100 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a08137a..3d8dcca 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@
-## What is demidecode ? +## What is dmidecode ? From `dmidecode` man page: @@ -17,7 +17,7 @@ From `dmidecode` man page: ## Why dmitui then ? -`dmitui` is a TUI (Text User Interface) version that allows for easy navigation between sections, unlike `demidecode`, which requires you to specify the section as a command-line option. Additionally, `dmitui` presents information in a well-organized and visually appealing manner. +`dmitui` is a TUI (Text User Interface) version that allows for easy navigation between sections, unlike `dmidecode`, which requires you to specify the section as a command-line option. Additionally, `dmitui` presents information in a well-organized and visually appealing manner. ## 💡 Prerequisites