From 86bee2ea5fc465c77e79fe8c3b28d559aa80ce1d Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 27 Apr 2009 17:19:05 +0200 Subject: [PATCH] update readme with repo links --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index f69533e..26c3e96 100644 --- a/README.md +++ b/README.md @@ -67,3 +67,9 @@ need to inspect the body. Decoding gzip is non-neglagable amount of processing (and requires making allocations). HTTP proxies using this parser, for example, would not want such a feature. +Releases +-------- + + * [0.1](http://s3.amazonaws.com/four.livejournal/20090427/http_parser-0.1.tar.gz) + +The source repo is at [github](http://github.com/ry/http-parser).