From 8b22b70fe8abe574dab64f4c85d9888e78e9b806 Mon Sep 17 00:00:00 2001 From: Sebastian Fricke <98381711+sefricke@users.noreply.github.com> Date: Thu, 10 Feb 2022 09:12:59 +0100 Subject: [PATCH] Small typo fixes s/absoulut/absolute/ s/Presing/Pressing/ Signed-Off-by: Sebastian Fricke --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1b8ed2..aaa8970 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ require("git-worktree").setup({ Three primary functions should cover your day-to-day. -The path can be either relative from the git root dir or absoulut path to the worktree. +The path can be either relative from the git root dir or absolute path to the worktree. ```lua -- Creates a worktree. Requires the path, branch name, and the upstream @@ -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.