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**)