mirror of
https://github.com/marcogll/passkit-generator.git
synced 2026-03-15 23:25:26 +00:00
Update README.md
another typo in minimal example
This commit is contained in:
@@ -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([ ... ]),
|
||||||
|
|||||||
Reference in New Issue
Block a user