Skip to content

Commit

Permalink
Merge pull request #15 from pyrotechnick/patch-1
Browse files Browse the repository at this point in the history
Typo in README.md ("variantes" -> "variants")
  • Loading branch information
sokra committed Sep 7, 2016
2 parents 20dcd92 + 2125322 commit a750bdf
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 @@ -10,7 +10,7 @@ fs.mkdirpSync("/a/test/dir");
fs.writeFileSync("/a/test/dir/file.txt", "Hello World");
fs.readFileSync("/a/test/dir/file.txt"); // returns Buffer("Hello World")

// Async variantes too
// Async variants too
fs.unlink("/a/test/dir/file.txt", function(err) {
// ...
});
Expand Down

0 comments on commit a750bdf

Please sign in to comment.