From 80c4863d5ba5932d663e224dab01a5d17fba8ea2 Mon Sep 17 00:00:00 2001
From: Stephen D <webmaster@scd31.com>
Date: Thu, 1 Feb 2024 21:45:34 -0400
Subject: [PATCH] typo fix

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d9a2875..8212a68 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ The resulting deb package will placed in `target/debian/cats-igate_VERSION.deb`
 
 ## Installing
 
-Once built, the package can be installed with `sudo dpkg -i target/debian/cats-gate_VERSION.deb`, replacing `VERSION` with whatever version and architecture was built.
+Once built, the package can be installed with `sudo dpkg -i target/debian/cats-igate_VERSION.deb`, replacing `VERSION` with whatever version and architecture was built.
 
 ## Configuring
 
-- 
GitLab