Merge pull request #415 from danwilhelm/powershell-correction

chore: Fix PowerShell capitalization
This commit is contained in:
fmoko 2020-05-29 00:32:45 +02:00 committed by GitHub
commit a75fdbd8ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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