From d5250f0449ad66de07d38ba964052c184c286224 Mon Sep 17 00:00:00 2001 From: Caleb Lightfoot Date: Sat, 7 Nov 2020 18:12:28 -0600 Subject: [PATCH] docs: Fix typo in PowerShell install script When I documented the PS install script in #210 I made a typo on the end. --- docs/docs/user-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/user-setup.md b/docs/docs/user-setup.md index 703e118a..d1552868 100644 --- a/docs/docs/user-setup.md +++ b/docs/docs/user-setup.md @@ -82,7 +82,7 @@ bash -c "$(wget https://zmkfirmware.dev/setup.sh -O -)" '' --wget ``` -iex ((New-Object System.Net.WebClient).DownloadString('https://zmkfirmware.dev/setup.ps1'))" +iex ((New-Object System.Net.WebClient).DownloadString('https://zmkfirmware.dev/setup.ps1')) ```