Skip to content

Commit

Permalink
A clearer description of emtpyDir function
Browse files Browse the repository at this point in the history
I was confused by the description so I propose to commit a clearer version.
  • Loading branch information
yetanotherusernamebecausegithubisbugged committed Feb 17, 2016
1 parent 84a9c2c commit feb74e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`

Expand Down

0 comments on commit feb74e0

Please sign in to comment.