From 1a6818881093a5eebcddc8a2ca9fe4a607dfee5f Mon Sep 17 00:00:00 2001 From: NickSdot Date: Tue, 11 Aug 2026 00:35:28 +0700 Subject: [PATCH] fix: corrected NNTP_HOST --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6ac1429..70262b3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ for local development. ``` git clone https://github.com/php/web-news.git cd web-news/ -NNTP_HOST=news-web.php.net php -S localhost:8080 .router.php +NNTP_HOST=news.php.net php -S localhost:8080 .router.php ``` -----