1
0
Fork 0
mirror of https://github.com/notohh/rustlings.git synced 2025-04-15 03:35:45 -04:00

chore: Fix PowerShell capitalization

This commit is contained in:
Dan Wilhelm 2020-05-28 14:51:20 -07:00
parent a180d831a1
commit 9d3f189b0e

View file

@ -34,7 +34,7 @@ This will install Rustlings and give you access to the `rustlings` command. Run
## Windows
In Powershell, set `ExecutionPolicy` to `RemoteSigned`:
In PowerShell, set `ExecutionPolicy` to `RemoteSigned`:
```ps
Set-ExecutionPolicy RemoteSigned