diff --git a/README.md b/README.md index f640f185..00579c31 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ better succinct nomenclature for these methods, please open an issue for discuss ### emptyDir(dir, [callback]) -Ensures that a directory is empty. If the directory does not exist, it is created. The directory itself is not deleted. +Ensures that a directory is empty. Deletes directory contents if the directory is not empty. If the directory does not exist, it is created. The directory itself is not deleted. Alias: `emptydir()`