Skip to content

Commit fae1866

Browse files
authored
Fix README typos (#359)
1 parent 08c995c commit fae1866

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ Whenever possible crates are published under the the same name as the crate fold
4242
Owners of `md5` [declined](https://github.com/stainless-steel/md5/pull/) to participate in this project.
4343
This crate does not implement the [`digest`] traits, so it is not interoperable with the RustCrypto ecosystem.
4444
This is why we publish our MD5 implementation as `md-5` and mark it with the :exclamation: mark.
45-
Note that the library itselv is named as `md5`, i.e. inside `use` statements you should use `md5`, not `md_5`.
45+
Note that the library itself is named as `md5`, i.e. inside `use` statements you should use `md5`, not `md_5`.
4646

47-
The SHA-1 implementation was previosuly published as `sha-1`, but migrated to `sha1` since v0.10.0.
47+
The SHA-1 implementation was previously published as `sha-1`, but migrated to `sha1` since v0.10.0.
4848
`sha-1` will continue to recieve v0.10.x patch updates, but will be deprecated after `sha1` v0.11 release.
4949

5050
### Security Level Legend

0 commit comments

Comments
 (0)