From daf01b0facc9ae4d5f3f0ff73230fe6e51a4a141 Mon Sep 17 00:00:00 2001 From: majuss Date: Mon, 7 Feb 2022 16:16:34 +0100 Subject: [PATCH] Update README.md another typo in minimal example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b04d2be..8d9f1e5 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ try { /** 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({ + const pass = new PKPass({ "thumbnail.png": Buffer.from([ ... ]), "icon.png": Buffer.from([ ... ]), "pass.json": Buffer.from([ ... ]),