From 8b0a2d6beca250f62401ae902db716469c0c3a6c Mon Sep 17 00:00:00 2001 From: Alan K Date: Fri, 21 Feb 2014 10:25:08 -0500 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6f7304e..fc130e2 100644 --- a/README.md +++ b/README.md @@ -175,7 +175,6 @@ interface as providers. See the code in `src/providers` and `src/adapters` for The node.js [path module](http://nodejs.org/api/path.html) is available via the `Filer.Path` object. It is identical to the node.js version with the following differences: -* No support for `existsSync()`. Use `fs.stat()` instead. * No notion of a current working directory in `resolve` (the root dir is used instead) ```javascript