From 455390499d3a691bc9f1eca8a47a2233848f32c1 Mon Sep 17 00:00:00 2001 From: Francesco <110564842+playeruan@users.noreply.github.com> Date: Sun, 3 Aug 2025 21:26:52 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7e3d1b..aa61d4e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ miniws (minimalist web sever) is a very simple web server written in golang. its ## how to configure in your config folder you will find `ipfilter.conf` and `useragentfilter.conf` -both files use the same format: specify `allow|deny` in the first row to tell miniws to treat the file as a whitelist or a blacklist, then specify one ip/user-agent per line. +both files use the same format: specify `allow|deny` in the first line to tell miniws to treat the file as a whitelist or a blacklist, then specify one ip/user-agent per line. ## logging