From 4cfff4704a8981977a2b6eee8eba106f6adcb258 Mon Sep 17 00:00:00 2001 From: Mark Nottingham Date: Mon, 4 Mar 2024 17:22:31 +1100 Subject: [PATCH] Update README to reflect reality --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9192a5..c510640 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This Python library _lints_ HTTP messages; it checks them for correctness and reports any issues it finds. -It has been extracted from [REDbot](https://redbot.org/), which will eventually depend upon it. Unlike REDbot, it does not perform any 'active' checks by making requests to the network, and it does not have a Web user interface. +It performs all message-level checks for [REDbot](https://redbot.org/), but does not perform any 'active' checks by making requests to the network, and it does not have a Web user interface. ## Using httplint as a Library