From 5e2364970202afa8e48fdf8191fef0e4d05d8f2a Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Sun, 27 Oct 2019 14:39:06 +0100 Subject: [PATCH] fix(core): update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bf0f8a..37b6097 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Use TypeScript for best in class instellisense. * used in modules like @pushrocks/smartproxy and @apiglobal/typedrequest * commercial support available at [https://lossless.support](https://lossless.support) -> note: smartrequest uses the **native** node request module under the hood (not the one from npm) +> note: smartrequest uses the **native** node http/https modules under the hood (not the bloated one from npm) ```javascript import * as smartrequest from 'smartrequest'