From 4f174b2e57127811aecf4898208611d186bd1279 Mon Sep 17 00:00:00 2001 From: Nicholas Hurley Date: Thu, 21 Sep 2017 13:49:30 -0700 Subject: [PATCH] Update README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index fa57ae9..795e0fd 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ client and server implementation for node.js. ![Travis CI status](https://travis-ci.org/molnarg/node-http2.svg?branch=master) +**NOTE WELL** This package is officially deprecated. As of node 9.0.0, there is an 'http2' package built-in. You should use that one instead. + Installation ------------