From 995fc26763d80186a87aa759c0e75bd88d72e3c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8A=A0=E5=BA=B7?= <35989475+MeandNi@users.noreply.github.com> Date: Sun, 24 Sep 2023 01:19:55 +0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 971f066..0d368f2 100644 --- a/README.md +++ b/README.md @@ -178,7 +178,7 @@ mapped to extended configuration dictionaries. | Parameter | Explanation | | --- | --- | | `path` | The source for the symlink, the same as in the shortcut syntax (default: null, automatic (see below)) | -| `create` | When true, create parent directories to the link as needed. (default: false) | +| `create` | When true, create parent directories to the link as needed. (default: true) | | `relink` | Removes the old target if it's a symlink (default: false) | | `force` | Force removes the old target, file or folder, and forces a new link (default: false) | | `relative` | Use a relative path to the source when creating the symlink (default: false, absolute links) |