Skip to content

Commit

Permalink
Fixed type in README.md
Browse files Browse the repository at this point in the history
seting -> setting
  • Loading branch information
Andrew15-5 authored May 22, 2023
1 parent 03753a4 commit 2ae6d24
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 @@ -86,7 +86,7 @@ plug "$HOME/.config/zsh/exports.zsh"
By default `Zap` when installing a plugin will clone a GitHub repository using a HTTPS web URL, if you require to be able to install from a private GitHub or from a different git server (for example GitLab) you can provide a different URL prefix to be used. For example:

```zsh
# Example globally seting the prefix for Zap to git clone using an SSH key
# Example globally setting the prefix for Zap to git clone using an SSH key
export ZAP_GIT_PREFIX="[email protected]:"
plug "zap-zsh/private-repo"

Expand Down

0 comments on commit 2ae6d24

Please sign in to comment.