From 39ce592d342dad7f0dafaa8ee14434accc961925 Mon Sep 17 00:00:00 2001 From: Francesco <110564842+playeruan@users.noreply.github.com> Date: Sun, 3 Aug 2025 21:26:29 +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 b902b66..f7e3d1b 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 row. +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. ## logging