From 560b745995f99f62fb9b246614adaae7d00c71de Mon Sep 17 00:00:00 2001 From: lohhiiccc Date: Mon, 20 Apr 2026 13:31:21 +0200 Subject: [PATCH] fix: README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7415694..8240400 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ clean interface over the kernel socket. Shared CLI parsing layer used by all binaries. Provides a generic getopt wrapper and primitive parsers (int, float) that each binary plugs into. -### src//cli +### src/\/cli Per-binary argument parsing. Defines the accepted options, validates them, and fills the binary-specific config struct. @@ -101,7 +101,7 @@ This project is licensed under the GNU General Public License v3.0 - see the [LI ## Authors -- **lohhiiccc** - [git](git.lohic.dev) +- **lohhiiccc** - [git](https://git.lohic.dev) ## See Also