From 581cbb130af569236b61bc3d3be190740fd12087 Mon Sep 17 00:00:00 2001 From: Szymon Marczak <36894700+szmarczak@users.noreply.github.com> Date: Mon, 5 Aug 2019 11:53:27 +0200 Subject: [PATCH] Docs nitpick --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b826250..7690230 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ I recommend adapting to the [`http2`](https://nodejs.org/api/http2.html) module > `$ npm install http2-wrapper`
> `$ yarn add http2-wrapper` -It's best to run `http2-wrapper` under **latest** Node. It provides the most stability. +It's best to run `http2-wrapper` under **the latest** version of Node. It provides the best stability. ## Usage ```js