From 16a7ece46d55d47879626903765acfa6e0687fa5 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 18 Dec 2025 17:49:56 -0800 Subject: [PATCH] Tutorial guidelines: more edits per reviews --- docs/tutorials/javascript/compliance/verify-credential.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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