Skip to content

Commit

Permalink
README: Fix typo (you -> your), (it's -> its) (ScoopInstaller#2698)
Browse files Browse the repository at this point in the history
README: Fix typo (you -> your), (it's -> its)
  • Loading branch information
azhuologist authored and r15ch13 committed Oct 23, 2018
1 parent 71f31e4 commit 32edc3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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\<user>\scoop`)
Run this command from your PowerShell to install scoop to its default location (`C:\Users\<user>\scoop`)
```powershell
iex (new-object net.webclient).downloadstring('https://get.scoop.sh')
```
Expand Down

0 comments on commit 32edc3e

Please sign in to comment.