From d825112797f43a7ddcb61c50ab72bfe72df01fa8 Mon Sep 17 00:00:00 2001 From: Leeroy Brun Date: Sun, 6 Nov 2016 13:50:30 +0100 Subject: [PATCH] Missing callback argument --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 330f786..b7aa998 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Returns `true` if a file or folder at the specified path exists. ### `isDirectorySync(directoryPath)` Returns `true` if the given path exists and is a directory. -### `isDirectory(directoryPath)` +### `isDirectory(directoryPath, callback)` Asynchronously checks that the given path exists and is a directory. ### `isFileSync(filePath)`