diff --git a/docs/tutorials/javascript/compliance/verify-credential.md b/docs/tutorials/javascript/compliance/verify-credential.md index 2d140d2998..db7c7a54fc 100644 --- a/docs/tutorials/javascript/compliance/verify-credential.md +++ b/docs/tutorials/javascript/compliance/verify-credential.md @@ -24,7 +24,7 @@ By following this tutorial, you should learn how to: To complete this tutorial, you should: - Have a basic understanding of the XRP Ledger. -- Have an XRP Ledger client library, such as **xrpl.js**, installed. +- Have an XRP Ledger client library, such as [xrpl.js](../build-apps/get-started.md), installed. - Know the issuer, subject, and credential type of the credential you want to verify. For purposes of this tutorial, you can use sample values of data that exists in the public network. - For information on how to create your own credentials, see the [Build a Credential Issuing Service](../build-apps/credential-issuing-service.md) tutorial. @@ -45,6 +45,7 @@ npm i ``` {% /tab %} + {% /tabs %} ### 2. Set up client and define constants