Skip to content

Commit

Permalink
readme spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
SamDecrock committed May 21, 2015
1 parent 15a09d9 commit 710d3e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ httpreq.get('https://ssl.gstatic.com/gb/images/k1_a31af7ac.png', {binary: true},
### Downloading a file directly to disk
To download a file directly to disk, use the download method provided.

Downloading is done using a stream, so the data is not stored in memory and directory saved to file.
Downloading is done using a stream, so the data is not stored in memory and directly saved to file.

__Example__

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "httpreq",
"description": "node-httpreq is a node.js library to do HTTP(S) requests the easy way",
"version": "0.4.10",
"version": "0.4.11",
"author": {
"name": "Sam Decrock",
"url": "https://github.com/SamDecrock/"
Expand Down

0 comments on commit 710d3e0

Please sign in to comment.