diff --git a/secrecy/README.md b/secrecy/README.md index 490245f1..1dd32202 100644 --- a/secrecy/README.md +++ b/secrecy/README.md @@ -15,7 +15,7 @@ A simple secret-keeping library for Rust. **secrecy** is a *simple*, safe (i.e. `forbid(unsafe_code)` library which provides wrapper types and traits for secret management in Rust, namely the -`Secret` type for wrapping another value in a "secret cell" which attempts +`SecretBox` type for wrapping another value in a "secret cell" which attempts to limit exposure (only available through a special `ExposeSecret` trait). This helps to ensure secrets aren't accidentally copied, logged, or otherwise