Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nylen committed Dec 23, 2014
1 parent bcadc7b commit 368f3e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ Request is designed to be the simplest way possible to make http calls. It suppo
var request = require('request');
request('http://www.google.com', function (error, response, body) {
if (!error && response.statusCode == 200) {
console.log(body) // Prtint the google web page.
console.log(body) // Show the HTML for the Google homepage.
}
})
```
Expand Down

0 comments on commit 368f3e3

Please sign in to comment.