Merge pull request #415 from danwilhelm/powershell-correction

chore: Fix PowerShell capitalization
pull/416/head
fmoko 4 years ago committed by GitHub
commit a75fdbd8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save