Skip to content

Commit

Permalink
Fixed a typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ciel-MC authored Apr 5, 2023
1 parent d7f4e25 commit 94684a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 94684a6

Please sign in to comment.