Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9dcb9bc

Browse files
committed
Merge pull request jhnns#7 from tfitos/typo_fix
fixed typo in one of the examples in README.md
2 parents 9818ba7 + 4cd4608 commit 9dcb9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function readSomethingFromFileSystem(cb) {
4141
// But no scoped variables
4242
var path = "/somewhere/on/the/disk";
4343

44-
console.log("Reading from file system ..."):
44+
console.log("Reading from file system ...");
4545
fs.readFile(path, "utf8", cb);
4646
}
4747

0 commit comments

Comments
 (0)