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
+```