From c0a238f2c6380baa2bea3b47ba1405ba1b776acf Mon Sep 17 00:00:00 2001 From: Andreas Fritzler Date: Wed, 11 Dec 2019 22:02:49 +0100 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bbb34e..b460f7d 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ To perform attestation, the client generates an AK and sends the EK and AK parameters to the server: ```go -// Client generates a AK and sends it to the server +// Client generates an AK and sends it to the server config := &attest.OpenConfig{} tpm, err := attest.OpenTPM(config)