Skip to content

Commit 48fa8cf

Browse files
committed
fixed typo in steganography README
1 parent d0111e3 commit 48fa8cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ethical-hacking/steganography/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ To run this:
2424
```
2525
python steganography.py -e image.PNG -t "This is some secret data."
2626
```
27-
This will write another image `imaged_encoded.PNG` with data encoded in it and **outputs:**
27+
This will write another image `image_encoded.PNG` with data encoded in it and **outputs:**
2828
```
2929
[*] Maximum bytes to encode: 125028
3030
[*] Encoding data...

0 commit comments

Comments
 (0)