From 9d3f189b0e57152a74dcea5f06030a956adee826 Mon Sep 17 00:00:00 2001
From: Dan Wilhelm <dan@danwilhelm.com>
Date: Thu, 28 May 2020 14:51:20 -0700
Subject: [PATCH] chore: Fix PowerShell capitalization

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 67eff547..0fd6cd7f 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