Skip to content

Commit efb8e34

Browse files
authored
Add ToByteArray information and highlight version numbers
1 parent 4fc0cd2 commit efb8e34

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
@@ -20,7 +20,7 @@ Usage
2020
You can find the pre-built binaries in the [Releases](https://github.com/Deskasoft/HashifyNETCLI/releases) page.
2121

2222
> [!IMPORTANT]
23-
> Starting from version 0.7.0, HashifyNETCLI supports streaming computation for large files.
23+
> Starting from version **0.7.0**, HashifyNETCLI supports streaming computation for large files.
2424
> Please use `OpenRead` instead of `ReadAllBytes` for large files.
2525
2626
### Quick computation using CRC32
@@ -88,7 +88,7 @@ HashifyCLI -i "ToArray({5, 3, 1})" -if "Input" -a "MD5" -of "AsHexString() ~= '3
8888
```
8989

9090
> [!IMPORTANT]
91-
> Lua table conversion with `ToArray` is available in 0.7.0 and later.
91+
> Lua table conversion with `ToArray` or `ToByteArray` is available in **0.7.0** and later.
9292
9393
> [!NOTE]
9494
> Call to Fail interrupts the entire execution and causes the CLI to return status code 2.

0 commit comments

Comments
 (0)