diff --git a/content/en/language_clients/javascript/overview.md b/content/en/language_clients/javascript/overview.md index 4683c80a..c36f57ef 100644 --- a/content/en/language_clients/javascript/overview.md +++ b/content/en/language_clients/javascript/overview.md @@ -59,6 +59,8 @@ The following function will verify the file `foo.txt`: verify('foo.txt.sigstore.json', payload='foo.txt', certificateIssuer='odicIssuerURL', certificateIdentityEmail='myEmail@example.com' ) ``` +More information on optional arguments can be found in the [project documentation](https://github.com/sigstore/sigstore-js/tree/main/packages/client#verifybundle-payload-options) + ## Additional Packages The [sigstore-js](https://github.com/sigstore/sigstore-js) project includes additional functionality through its scoped packages.