From 2ee179bf4850942cfbe40dbb34481e55721ec58b Mon Sep 17 00:00:00 2001 From: Zen Date: Sun, 30 Mar 2025 05:46:31 +0800 Subject: [PATCH] Fix readme --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 3527914..12e0259 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,6 @@ npm install wget # Usage - ## download(src, output, options) ```js @@ -31,7 +30,6 @@ download.on('progress', function(progress) { }); ``` - ## request(options, callback) ```js @@ -64,4 +62,4 @@ req.end(); req.on('error', function(err) { console.log(err); }); -``` \ No newline at end of file +```