From 3d664b8d9a46e670a93001eb41ce9f062b648478 Mon Sep 17 00:00:00 2001 From: Vsevolod Strukchinsky Date: Sat, 25 Jul 2015 11:28:13 +0500 Subject: [PATCH] Fix description a little We don't have speed comparsion and on Node >= 0.10 they will have same Agent, so this is not relevant now. --- readme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index b336a58..bbc6b74 100644 --- a/readme.md +++ b/readme.md @@ -12,10 +12,9 @@ A nicer interface to the built-in [`http`](http://nodejs.org/api/http.html) module. -It supports following redirects, streams, automagically handling gzip/deflate and some convenience options. - -Created because [`request`](https://github.com/mikeal/request) is bloated *(several megabytes!)* and slow. +It supports following redirects, Promises, streams, automagically handling gzip/deflate and some convenience options. +Created because [`request`](https://github.com/mikeal/request) is bloated *(several megabytes!)*. ## Install