From 40a3e1b13a9a5c63173dbe722857980bbdc00b87 Mon Sep 17 00:00:00 2001 From: Vladimir Rutsky Date: Mon, 6 Apr 2015 19:09:44 +0300 Subject: [PATCH] fix typo: "byes" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d4778587..aba7d7a4e 100644 --- a/README.md +++ b/README.md @@ -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.