wget: fix typo (#11019)

pull/23/head
Sebastiaan Speck 2023-10-16 14:12:07 +02:00 committed by GitHub
parent fde67e7204
commit 3b02e38ff4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
- Check whether `wget` is properly installed by printing its version number. If this command evaluates into an error, PowerShell may have substituted this command with `Invoke-WebRequest`:
`curl --version`
`wget --version`
- View documentation for the original `wget` command: