Merge pull request #146 from afritzler/patch-1

Fixed typo
This commit is contained in:
Eric Chiang 2019-12-11 13:58:20 -08:00 committed by GitHub
commit 303958184b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)