From 56f63b23d9443c70b8a573263d97231b8aef8971 Mon Sep 17 00:00:00 2001 From: Vsevolod Strukchinsky Date: Thu, 7 Jan 2016 21:13:03 +0500 Subject: [PATCH] add warning about Node.JS version requirement --- readme.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.md b/readme.md index 87ff78d..770faca 100644 --- a/readme.md +++ b/readme.md @@ -19,6 +19,8 @@ Created because [`request`](https://github.com/mikeal/request) is bloated *(seve ## Install +**WARNING: Node.JS 4.x or higher required for got@6.0.0 and above.** For older Node.JS versions use got@5. + ``` $ npm install --save got ```