From 32edc3ef423ffb1975a7d7c283d8b17334c89ffa Mon Sep 17 00:00:00 2001 From: Andy Zhu <36966801+azhuologist@users.noreply.github.com> Date: Mon, 22 Oct 2018 23:54:25 -0400 Subject: [PATCH] README: Fix typo (you -> your), (it's -> its) (#2698) README: Fix typo (you -> your), (it's -> its) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 501de519e7..f1cb51dd9b 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Scoop is a command-line installer for Windows. ## Installation -Run this command from you PowerShell to install scoop to it's default location (`C:\Users\\scoop`) +Run this command from your PowerShell to install scoop to its default location (`C:\Users\\scoop`) ```powershell iex (new-object net.webclient).downloadstring('https://get.scoop.sh') ```