Skip to content

Commit b058a23

Browse files
authored
typo: typo
1 parent 67bad36 commit b058a23

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,7 +18,7 @@ supported algorithms:
1818

1919
### Using headers
2020
hashlib is a header-only library, so you can simply copy the headers in the directory `include/hashlib` to where you need it.
21-
However, it is recommended to embed smtplib as a subproject in your project, or install it first and then import it via CMake's `find_package`.
21+
However, it is recommended to embed hashlib as a subproject in your project, or install it first and then import it via CMake's `find_package`.
2222
```cmake
2323
find_package(hashlib REQUIRED)
2424
target_link_libraries(<your-target> hashlib::hashlib)
@@ -140,4 +140,4 @@ int main() {
140140
);
141141
std::cout << sha1.hexdigest() << '\n'; // output the sha1 digest of the file example.txt
142142
}
143-
```
143+
```

0 commit comments

Comments
 (0)