From b6fa5f1e58cd5513e10406d87212cdca839ad3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stefan=20K=C3=B6rfgen?= Date: Thu, 23 Nov 2023 19:26:52 +0100 Subject: [PATCH] Updated README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0cd688..e75d5af 100644 --- a/README.md +++ b/README.md @@ -613,7 +613,7 @@ public string ACMECert::getCertificateChain ( mixed $pem, array $domain_config, > > An Array defining the domains and the corresponding challenge types to get a certificate for. > -> The first domain name in the array is used as `Common Name` for the certificate if does not exceed 64 characters, otherwise the `Common Name` field will be empty. +> The first domain name in the array is used as `Common Name` for the certificate if it does not exceed 64 characters, otherwise the `Common Name` field will be empty. > > Here is an example structure: > ```php