From f229b173adec5361b8ed8820e0818f7ac42c8bd1 Mon Sep 17 00:00:00 2001 From: Alexander Cerutti Date: Tue, 2 Nov 2021 00:42:20 +0100 Subject: [PATCH] Readme: fixed description for certificates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bdd40e2..925ea1a 100644 --- a/README.md +++ b/README.md @@ -121,7 +121,7 @@ This is a standard procedure: you would have to do it also without using this li import { PKPass } from "passkit-generator"; try { - /** Each can be either a string or a Buffer. See API Documentation for more */ + /** Each, but last, can be either a string or a Buffer. See API Documentation for more */ const { wwdr, signerCert, signerKey, signerKeyPassphrase } = getCertificatesContentsSomehow(); const pass = await PKPass.from({ @@ -164,7 +164,7 @@ try { import { PKPass } from "passkit-generator"; try { - /** Each can be either a string or a Buffer. See API Documentation for more */ + /** Each, but last, can be either a string or a Buffer. See API Documentation for more */ const { wwdr, signerCert, signerKey, signerKeyPassphrase } = getCertificatesContentsSomehow(); const examplePass = new PKPass({