From 21012d794977fc259dbcf5a44774cfbed6ffa7b0 Mon Sep 17 00:00:00 2001 From: Johannes Noe Date: Thu, 14 Dec 2023 08:48:37 +0100 Subject: [PATCH] tiny tipo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index aaa8970..8ede40c 100644 --- a/README.md +++ b/README.md @@ -112,7 +112,7 @@ The path can be either relative from the git root dir or absolute path to the wo -- Example: :lua require("git-worktree").switch_worktree("feat-69") --- deletes to an existing worktree. Requires the path name +-- deletes an existing worktree. Requires the path name -- Example: :lua require("git-worktree").delete_worktree("feat-69") ```