Skip to content

Commit

Permalink
Merge pull request #222 from yetanotherusernamebecausegithubisbugged/…
Browse files Browse the repository at this point in the history
…patch-1

A clearer description of emtpyDir function
  • Loading branch information
jprichardson committed Feb 17, 2016
2 parents 84a9c2c + feb74e0 commit 2de9f09
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 2de9f09

Please sign in to comment.