Skip to content

Commit

Permalink
Fixing spacing for README.md (#2066)
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh McCarty authored and emilyemorehouse committed May 7, 2019
1 parent 48c43d5 commit ddcc2e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -153,9 +153,9 @@ axios({
```js
// GET request for remote image
axios({
method:'get',
url:'http://bit.ly/2mTM3nY',
responseType:'stream'
method: 'get',
url: 'http://bit.ly/2mTM3nY',
responseType: 'stream'
})
.then(function (response) {
response.data.pipe(fs.createWriteStream('ada_lovelace.jpg'))
Expand Down

0 comments on commit ddcc2e4

Please sign in to comment.