From 9818ba773c3d5765c6753d9f71eb10e095641fc1 Mon Sep 17 00:00:00 2001 From: Johannes Date: Wed, 12 Dec 2012 12:07:52 +0100 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 801bbc1..d2b217b 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ var fs = require("fs"), function readSomethingFromFileSystem(cb) { // But no scoped variables - var path; + var path = "/somewhere/on/the/disk"; console.log("Reading from file system ..."): fs.readFile(path, "utf8", cb); -- cgit v1.2.3