summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDan Wilhelm <dan@danwilhelm.com>2020-05-28 14:51:20 -0700
committerDan Wilhelm <dan@danwilhelm.com>2020-05-28 14:51:20 -0700
commit9d3f189b0e57152a74dcea5f06030a956adee826 (patch)
treeec6474f14bbce9508105556b70d7ae3541ca242e /README.md
parenta180d831a18adb79a26473cc2c081ac7c76792d1 (diff)
chore: Fix PowerShell capitalization
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 67eff54..0fd6cd7 100644
--- a/README.md
+++ b/README.md
@@ -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