diff options
author | Caleb Lightfoot <caleblightfoot05@gmail.com> | 2020-11-07 18:12:28 -0600 |
---|---|---|
committer | innovaker <66737976+innovaker@users.noreply.github.com> | 2020-11-17 20:56:27 +0000 |
commit | d5250f0449ad66de07d38ba964052c184c286224 (patch) | |
tree | d9a8380486e6cba21b56175b2517c3652d3f97ef | |
parent | 3adbdffd0c77861582adedbfe06cb3646fcf4e8b (diff) |
docs: Fix typo in PowerShell install script
When I documented the PS install script in #210 I made a typo on the end.
-rw-r--r-- | docs/docs/user-setup.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs/user-setup.md b/docs/docs/user-setup.md index 703e118..d155286 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 <TabItem value="PowerShell"> ``` -iex ((New-Object System.Net.WebClient).DownloadString('https://zmkfirmware.dev/setup.ps1'))" +iex ((New-Object System.Net.WebClient).DownloadString('https://zmkfirmware.dev/setup.ps1')) ``` </TabItem> |