Skip to content

Commit 86a460c

Browse files
authored
Typo fixes in README
1 parent 7b5ad9e commit 86a460c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ HashifyCLI -i "ReadAllBytes('HashifyCLI.exe')" -if "Input" -a "MD5 CRC:1 CRC:2"
4343
```
4444

4545
### Large computation
46-
For files larger than 64 megabytes, HashifyNETCLI reads them in 64-byte chunks.
46+
For files larger than 64 megabytes, HashifyNETCLI reads them in 64-megabyte chunks.
4747

4848
Make sure to use OpenRead or a similar alternative that returns a `Stream` and not a byte array for streaming computation support.
4949
```
@@ -71,7 +71,7 @@ The command line results in something like this:
7171
HashifyCLI -i "'Hello World'" -a "CRC:myCrc1 CRC:myCrc2" -cp "CRC:myCrc1=CRC32 CRC:myCrc2=CRC64"
7272
```
7373

74-
This will generate 2 CRC hashes, one 32 bit, and the second one is 64 bit, for the same input.
74+
This will generate 2 CRC hashes, first 32-bit and the second 64-bit, for the same input.
7575

7676
The execution order for the entire process is as follows:
7777
```

0 commit comments

Comments
 (0)