diff options
| author | Dan Wilhelm <dan@danwilhelm.com> | 2020-05-28 14:51:20 -0700 |
|---|---|---|
| committer | Dan Wilhelm <dan@danwilhelm.com> | 2020-05-28 14:51:20 -0700 |
| commit | 9d3f189b0e57152a74dcea5f06030a956adee826 (patch) | |
| tree | ec6474f14bbce9508105556b70d7ae3541ca242e | |
| parent | a180d831a18adb79a26473cc2c081ac7c76792d1 (diff) | |
chore: Fix PowerShell capitalization
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
