From 00a7268a9d84c86bdde4e996f9bd9e0a6a1bae30 Mon Sep 17 00:00:00 2001 From: Pete Vielhaber Date: Fri, 27 Sep 2024 08:00:04 -0500 Subject: [PATCH] Update docs/docusaurus/credentialdefinition/create.md Signed-off-by: Pete Vielhaber --- docs/docusaurus/credentialdefinition/create.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docusaurus/credentialdefinition/create.md b/docs/docusaurus/credentialdefinition/create.md index f900a8b570..f387e5de33 100644 --- a/docs/docusaurus/credentialdefinition/create.md +++ b/docs/docusaurus/credentialdefinition/create.md @@ -8,7 +8,7 @@ In this document, you can find step-by-step instructions for creating the creden ## Prerequisites -Before creating a credential definition, one must first create and then publish [prism DID](../dids/create.md), and then [create a credential schema](../schemas/create.md) to be used for the credential definition. Credential schema for credential definition **MUST** have a type of `AnoncredSchemaV1` as shown in [this](../schemas/credential-schema#schema-anoncred-schema) example. +Before creating a credential definition, one must first create and then publish [prism DID](../dids/create.md), and then [create a credential schema](../schemas/create.md) to be used for the credential definition. Credential schema for credential definition **must** have a type of `AnoncredSchemaV1` as shown in [this](../schemas/credential-schema#schema-anoncred-schema) example. ## Step-by-step guide