Update README.md

Realpath won't be implemented on the fs object.
This commit is contained in:
Alan K 2014-05-14 17:07:29 -04:00
parent d0f80cfd16
commit 4a72e3b333
1 changed files with 1 additions and 1 deletions

View File

@ -556,7 +556,7 @@ fs.symlink('/logs/august.log', '/logs/current', function(error) {
#### fs.realpath(path, [cache], callback)<a name="realpath"></a> #### fs.realpath(path, [cache], callback)<a name="realpath"></a>
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)<a name="unlink"></a> #### fs.unlink(path, callback)<a name="unlink"></a>