From e8e2098dd84c8196d749235f586d8da9734c4050 Mon Sep 17 00:00:00 2001 From: Johannes Lumpe Date: Sat, 9 May 2015 00:41:00 +0300 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 060e60f..abdda73 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,6 @@ The promise resolves with a boolean. ### `promise unlink(filepath)` -Unlinks the item at `filepath`. If the item does not exists, an error will be thrown. +Unlinks the item at `filepath`. If the item does not exist, an error will be thrown. The promise resolves with an array, which contains a boolean and the path that has been unlinked. Tip: use `spread` to receive the two arguments instead of a single array in your handler.