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:
parent
3adbdffd0c
commit
d5250f0449
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue