From 8f1e35a342a2f3f3ed49f3011caed2335ecabdb8 Mon Sep 17 00:00:00 2001 From: David Garske Date: Fri, 26 Jul 2024 15:12:22 -0700 Subject: [PATCH] Peer review (spelling / grammar). --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5b4265c3..ca5c439c 100644 --- a/README.md +++ b/README.md @@ -826,8 +826,8 @@ Connection: close ### TPM Endorsement Key Certificates -The TCG EK Credential Profile defines how manfactures provision endorsement certificates in the TCG NV index range (see TPM_20_TCG_NV_SPACE). -The `get_ek_certs` example show how to retrieve those EK cerificates, validate them and create a primary EK handle for signing key. +The TCG EK Credential Profile defines how manufacturers provision endorsement certificates in the TCG NV index range (see TPM_20_TCG_NV_SPACE). +The `get_ek_certs` example shows how to retrieve those EK cerificates, validate them and create a primary EK handle for signing. See `./examples/endorsement/get_ek_certs`.