From 14ad61b5cf20b46f3670e6bc52478c590788871b Mon Sep 17 00:00:00 2001 From: zboris12 Date: Tue, 4 Oct 2022 21:50:22 +0900 Subject: [PATCH] Fixed the url in readme. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 449e684..61570d7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Just import the dependencies and this tool. ```html - + ``` ## Let's sign @@ -105,7 +105,7 @@ eval(UrlFetchApp.fetch("https://unpkg.com/pdf-lib@1.17.1/dist/pdf-lib.min.js").g // Load node-forge eval(UrlFetchApp.fetch("https://github.com/zboris12/zgapdfsigner/releases/download/1.2.0/forge.min.edited.js").getContentText()); // Load ZgaPdfSigner -eval(UrlFetchApp.fetch("https://github.com/zboris12/zgapdfsigner/releases/download/1.2.0/zgapdfsigner.js").getContentText()); +eval(UrlFetchApp.fetch("https://github.com/zboris12/zgapdfsigner/releases/download/2.0.0/zgapdfsigner.min.js").getContentText()); // Load pdf, certificate var pdfBlob = DriveApp.getFilesByName("_test.pdf").next().getBlob();