diff --git a/osuosl-auditor/README.md b/osuosl-auditor/README.md
index b537fad4ca4e5e3b693d113b2fe2773acac17b4a..601170c553e9d0717335e145b67a50e12a421ca3 100644
--- a/osuosl-auditor/README.md
+++ b/osuosl-auditor/README.md
@@ -17,12 +17,12 @@ podman build -t osuosl-auditor .
 
 Invoke with bare arguments to check the default mailserver:
 ```
-podman run --rm osuosl-audior
+podman run --rm osuosl-auditor
 ```
 
 Invoke against a different host or ports:
 ```
-podman run --rm osuosl-audior cinc-auditor exec \
+podman run --rm osuosl-auditor cinc-auditor exec \
   --input ssl_host=hostfish.xiph.org ssl_port=[25,465] -l info \
   https://github.com/osuosl/osuosl-baseline/archive/main.tar.gz
 ```