We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5f7588 commit c4776faCopy full SHA for c4776fa
episodes/02-image-basics.md
@@ -893,7 +893,7 @@ Apply lossless compression to this image by executing the following command:
893
This command tells the computer to create a new compressed file,
894
`ws.zip`, from the original bitmap image.
895
Execute a similar command on the tree JPEG file: `zip tree.zip tree.jpg`
896
-(`Compress-Archive tree.jpg jpg.zip` with PowerShell).
+(`Compress-Archive tree.jpg tree.zip` with PowerShell).
897
898
Having created the compressed file,
899
use the `ls -al` command (`dir` with PowerShell) to display the contents of the directory.
0 commit comments