docs: Fix typo in PowerShell install script

When I documented the PS install script in #210 I made a typo on the end.
This commit is contained in:
Caleb Lightfoot 2020-11-07 18:12:28 -06:00 committed by innovaker
parent 3adbdffd0c
commit d5250f0449
1 changed files with 1 additions and 1 deletions

View File

@ -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>