Skip to content

Commit

Permalink
Merge pull request #529 from rutsky/patch-1
Browse files Browse the repository at this point in the history
fix typo: "byes"
  • Loading branch information
johnhaley81 committed Apr 7, 2015
2 parents f91c501 + 40a3e1b commit a476bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ clone("https://github.com/nodegit/nodegit", "tmp", null)
})
// Display information about the blob.
.then(function(blob) {
// Show the name, sha, and filesize in byes.
// Show the name, sha, and filesize in bytes.
console.log(blob.entry.name() + blob.entry.sha() + blob.size() + "b");

// Show a spacer.
Expand Down

0 comments on commit a476bae

Please sign in to comment.