From 94684a6e0ca6898d450b3b46c09b3fca1b3d591f Mon Sep 17 00:00:00 2001 From: Ciel <47144701+Ciel-MC@users.noreply.github.com> Date: Thu, 6 Apr 2023 01:14:37 +0800 Subject: [PATCH] Fixed a typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1b8ed2..b23ce55 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ To bring up the telescope window to create a new worktree run the following ```lua :lua require('telescope').extensions.git_worktree.create_git_worktree() ``` -First a telescope git branch window will appear. Presing enter will choose the selected branch for the branch name. If no branch is selected, then the prompt will be used as the branch name. +First a telescope git branch window will appear. Pressing enter will choose the selected branch for the branch name. If no branch is selected, then the prompt will be used as the branch name. After the git branch window, a prompt will be presented to enter the path name to write the worktree to.