Skip to content

Commit f9568cd

Browse files
authored
Update README for HashifyCLI executable reference
1 parent cf89f8c commit f9568cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ HashifyCLI -i "'Hello World'" -a "CRC" -cp "CRC=CRC32"
2727
HashifyCLI -i "'Hello World'" -a "CRC:1 CRC:2" -cp "CRC:1=CRC32 CRC:2=CRC64"
2828
```
2929

30-
## Quick computation of file HashifyNET.dll using MD5, CRC32 and CRC64
30+
### Quick computation of file HashifyCLI.exe (or HashifyCLI for Unix) using MD5, CRC32 and CRC64
3131
```
32-
HashifyCLI -i "ReadAllBytes('HashifyNET.dll')" -if "Input" -a "MD5 CRC:1 CRC:2" -cp "CRC:1=CRC32 CRC:2=CRC64"
32+
HashifyCLI -i "ReadAllBytes('HashifyCLI.exe')" -if "Input" -a "MD5 CRC:1 CRC:2" -cp "CRC:1=CRC32 CRC:2=CRC64"
3333
```
3434

3535
Syntax and Execution

0 commit comments

Comments
 (0)