From 1311469ffc2f046cee89fe525324fe9c6434f116 Mon Sep 17 00:00:00 2001 From: smashblu <98678476+smashblu@users.noreply.github.com> Date: Sat, 25 May 2024 12:19:30 -0700 Subject: [PATCH] Correct url, missing slash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ae2b41cf..759bc067 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ git clone https://github.com/smashblu/kickstart.nvim.git %userprofile%\AppData\L If you're using `powershell.exe` ``` -git clone https://github.comsmashblu/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ +git clone https://github.com/smashblu/kickstart.nvim.git $env:USERPROFILE\AppData\Local\nvim\ ```