Skip to content

Commit dea526f

Browse files
authored
Update README.md
1 parent eb94bdb commit dea526f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ import { SigningAlgorithm } from 'c2pa-node';
357357

358358
// create a local signer
359359
async function createLocalSigner() {
360+
// make sure to update file paths to read from to match locations where you keep them
360361
const [certificate, privateKey] = await Promise.all([
361362
readFile('<ES256 certificate_file_location>.pem'),
362363
readFile('<ES256 certificate_file_location>.pub'),

0 commit comments

Comments
 (0)