From e50578344002ac98519e8db32bdee538f8b739f4 Mon Sep 17 00:00:00 2001 From: David Ralph Date: Sun, 7 Apr 2019 13:36:45 +0100 Subject: [PATCH] oops --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e46cf52..8b6ab2a 100644 --- a/README.md +++ b/README.md @@ -66,10 +66,10 @@ const w = require('wumpfetch'); ;(async() => { const r = await w('https://my-site.com/postboi', { method: 'GET' }); console.log(r.json()); -})();z +})(); ``` ### Why use Wumpfetch? Wumpfetch is a lightweight and fast request library comparing to other packages such as request which is 4.46mb!
-[![install size](https://packagephobia.now.sh/badge?p=wumpfetch)](https://packagephobia.now.sh/result?p=wumpfetch) (6.2kb concatenated and 4.4kb minified, both in **/dest**) \ No newline at end of file +[![install size](https://packagephobia.now.sh/badge?p=wumpfetch)](https://packagephobia.now.sh/result?p=wumpfetch) (6.2kb concatenated and 4.4kb minified, both in **/dest**)