Skip to content

Commit

Permalink
argh, typo in readme fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
jantari committed Jul 30, 2019
1 parent 0f08837 commit 6e5c437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -31,7 +31,7 @@ $updates | Save-LSUpdate -ShowProgress
$updates | Install-LSUpdate -Verbose
```

To install only packages that can be installed silently and unattended (e.g. for non-interactive, autoamted runs):
To install only packages that can be installed silently and non-interactively (e.g. for unattended, automated runs):
```powershell
$updates = Get-LSUpdate | Where { $_.Installer.Unattended }
$updates | Save-LSUpdate -Verbose
Expand Down

0 comments on commit 6e5c437

Please sign in to comment.