From 9b946c6908d6c69ad18dd5381ce8a507c679d217 Mon Sep 17 00:00:00 2001 From: pengqima Date: Fri, 26 Jun 2026 01:08:11 +0800 Subject: [PATCH] md5: fix README typo Signed-off-by: pengqima --- md5/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/md5/README.md b/md5/README.md index d0beb244..4e8aac73 100644 --- a/md5/README.md +++ b/md5/README.md @@ -26,7 +26,7 @@ including HMAC-MD5. Note that this crate is named as `md-5` (the `md5` crate is not part of the RustCrypto project), but it renames the library to `md5`. In other words, in your Cargo.toml you should use -`md_5 = "0.11"`, but in you source code imports from this crate will look like `use md5::Md5;`. +`md_5 = "0.11"`, but imports from this crate in your source code will look like `use md5::Md5;`. ## Examples