2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

Update README.md (#1709)

This commit is contained in:
Nicolas Del Valle
2018-08-07 02:19:01 -03:00
committed by Emily Morehouse
parent 6a414cb9a3
commit 90add808a4
+2 -2
View File
@@ -157,8 +157,8 @@ axios({
responseType:'stream'
})
.then(function(response) {
response.data.pipe(fs.createWriteStream('ada_lovelace.jpg'))
});
response.data.pipe(fs.createWriteStream('ada_lovelace.jpg'))
});
```
##### axios(url[, config])