chore: Fix PowerShell capitalization
This commit is contained in:
parent
a180d831a1
commit
9d3f189b0e
|
@ -34,7 +34,7 @@ This will install Rustlings and give you access to the `rustlings` command. Run
|
||||||
|
|
||||||
## Windows
|
## Windows
|
||||||
|
|
||||||
In Powershell, set `ExecutionPolicy` to `RemoteSigned`:
|
In PowerShell, set `ExecutionPolicy` to `RemoteSigned`:
|
||||||
|
|
||||||
```ps
|
```ps
|
||||||
Set-ExecutionPolicy RemoteSigned
|
Set-ExecutionPolicy RemoteSigned
|
||||||
|
|
Loading…
Reference in New Issue