Update README.md

another typo in minimal example
This commit is contained in:
majuss
2022-02-07 16:16:34 +01:00
committed by GitHub
parent a15dc29290
commit daf01b0fac

View File

@@ -171,7 +171,7 @@ try {
/** Each, but last, 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 { wwdr, signerCert, signerKey, signerKeyPassphrase } = getCertificatesContentsSomehow();
const examplePass = new PKPass({ const pass = new PKPass({
"thumbnail.png": Buffer.from([ ... ]), "thumbnail.png": Buffer.from([ ... ]),
"icon.png": Buffer.from([ ... ]), "icon.png": Buffer.from([ ... ]),
"pass.json": Buffer.from([ ... ]), "pass.json": Buffer.from([ ... ]),