Skip to content

Commit c3b4525

Browse files
authored
Update README.md
1 parent ec363e2 commit c3b4525

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/file_hashing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<h1>Using Hash++ to Generate File Hashes</h1>
2-
Much like how hashes can be generated using generic data, Hash++ provides functions for developers to find hashes for files. The signatures for the methods can be found below.
2+
Much like how hashes can be generated using generic data, Hash++ provides functions for developers to find hashes for files and files in nested directories. The signatures for the methods can be found below.
33

44
```
55
static hashpp::hash getFileHash(hashpp::ALGORITHMS algorithm, const std::string& path);

0 commit comments

Comments
 (0)