From 2d10e570be226edeb23d9b8359519cc4653dc1d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stig-=C3=98rjan=20Smelror?= Date: Fri, 5 Jul 2024 10:35:48 +0200 Subject: [PATCH] Fixed typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d152bb..3bfc866 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ Using Clang: % clang ssdd.c resources.c -o ssdd `pkg-config --cflags --libs gtk+-3.0` ``` -This produces the binary `ssdd` which you can place in your $PATH. I place mine in `~/bin`. You can strip if, but it'll only save you a few kilobytes, so it's basically unnecessary... +This produces the binary `ssdd` which you can place in your $PATH. I place mine in `~/bin`. You can strip it but it'll only save you a few kilobytes, so it's basically unnecessary... ## Configure Openbox to use it.