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();