From cb91d5f00fd29610f322c3ebc7d832513fb67f34 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 27 Oct 2009 13:44:17 +0100 Subject: [PATCH] Fix typo in README --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1e77aa5..1b1ec53 100644 --- a/README.md +++ b/README.md @@ -107,7 +107,7 @@ Reading headers may be a tricky task if you read/parse headers partially. Basically, you need to remember whether last header callback was field or value and apply following logic: - /* on_header_field and on_header_value shortened to on_h_* + (on_header_field and on_header_value shortened to on_h_*) ------------------------ ------------ -------------------------------------------- | State (prev. callback) | Callback | Description/action | ------------------------ ------------ -------------------------------------------- @@ -127,7 +127,6 @@ and apply following logic: | value | on_h_value | Value continues. Reallocate value buffer | | | | and append callback data to it | ------------------------ ------------ -------------------------------------------- - */ See examples of reading in headers: