From 1bd8f6a0e2d274a8d681ff56395aa6d862a251a4 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Tue, 28 Oct 2014 00:51:51 +0900 Subject: [PATCH] Update doc --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 1e155c2e..0ffc8075 100644 --- a/README.rst +++ b/README.rst @@ -24,7 +24,7 @@ We started to implement h2-14 compression (http://tools.ietf.org/html/draft-ietf-httpbis-header-compression-09) and HTTP Alternative Services -(http://tools.ietf.org/html/draft-ietf-httpbis-alt-svc-02). +(http://tools.ietf.org/html/draft-ietf-httpbis-alt-svc-04). The nghttp2 code base was forked from spdylay project.