diff --git a/docs/ensureSymlink.md b/docs/ensureSymlink.md index 737da480e..51c8b12ef 100644 --- a/docs/ensureSymlink.md +++ b/docs/ensureSymlink.md @@ -1,6 +1,6 @@ # ensureSymlink(srcPath, destPath[, type][, callback]) -Ensures that the symlink exists. If the directory structure does not exist, it is created. +Ensures that the symlink exists. If the directory structure does not exist, it is created. If `destPath` already exists then it will not be updated, even if it is not a symlink to `srcPath`. **Alias:** `createSymlink()`