diff --git a/README.md b/README.md index 0cf363d..0787fd8 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Builds are produced by GitHub Actions with an auditable build and release genera ### A Note Around Code Signing and Keychains -While Secretive uses the Secure Enclave for key storage, it still relies on Keychain APIs to access them. Keychain restricts reads of keys to the app (and specifically, the bundle ID) that created them. If you build Secretive from source, make sure you are consistent in which bundle ID you use so that the Keychain is able to locate your keys. +While Secretive uses the Secure Enclave to protect keys, it still relies on Keychain APIs to store and access them. Keychain restricts reads of keys to the app (and specifically, the bundle ID) that created them. If you build Secretive from source, make sure you are consistent in which bundle ID you use so that the Keychain is able to locate your keys. ### Backups and Transfers to New Machines