Skip to content

Commit 1044772

Browse files
committed
Update readme.md
1 parent 6572749 commit 1044772

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
@@ -18,10 +18,10 @@ https://nuget.org/packages/Verify.ParametersHashing/
1818

1919
Parameters can be hashed as an alternative to being stringified. This is useful when the parameters are large and could potentially generate file names that exceed allowances of the OS.
2020

21-
Hashing parameter is achieved by using `HashParameters`.
22-
2321
[XxHash64](https://learn.microsoft.com/en-us/dotnet/api/system.io.hashing.xxhash64) is used to perform the hash.
2422

23+
Hashing parameter is achieved by using `HashParameters()`:
24+
2525

2626
### Instance
2727

0 commit comments

Comments
 (0)