From 35cfac7c4fba64bf4200ce1724500f8db3bc97ae Mon Sep 17 00:00:00 2001 From: Superchupu <53496941+SuperchupuDev@users.noreply.github.com> Date: Fri, 27 Sep 2024 07:39:43 +0200 Subject: [PATCH] docs: update symlinks support (#119) --- documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.md b/documentation.md index 8183efd..602c938 100644 --- a/documentation.md +++ b/documentation.md @@ -104,7 +104,7 @@ const crawler = new fdir().withDirs(); ### `withSymlinks({ resolvePaths: boolean })` -Use this to follow all symlinks recursively. Not available with relative paths on unless the parameter is set to `false`. +Use this to follow all symlinks recursively. **Parameters:**