8000 fixed typo in one of the examples in README.md · ShMcK/rewire-coderoad@4cd4608 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 4cd4608

Browse files
committed
fixed typo in one of the examples in README.md
1 parent 9818ba7 commit 4cd4608

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)
0