From 4a72e3b333c52f554f10601f8f680280310a9615 Mon Sep 17 00:00:00 2001 From: Alan K Date: Wed, 14 May 2014 17:07:29 -0400 Subject: [PATCH] Update README.md Realpath won't be implemented on the fs object. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 221b299..159af7b 100644 --- a/README.md +++ b/README.md @@ -556,7 +556,7 @@ fs.symlink('/logs/august.log', '/logs/current', function(error) { #### fs.realpath(path, [cache], callback) -NOTE: Not yet implemented, see https://github.com/js-platform/filer/issues/85 +NOTE: Not implemented, see https://github.com/js-platform/filer/issues/85 #### fs.unlink(path, callback)