From c16a46af5cb791df8e24842959062353ba5364ae Mon Sep 17 00:00:00 2001
From: Suneet Bendre <suneet.bendre@ayanworks.com>
Date: Mon, 13 Jun 2022 10:17:49 +0000
Subject: [PATCH] Update proof-verification-sequence.md

---
 aw-design-diagram/proof-verification-sequence.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/aw-design-diagram/proof-verification-sequence.md b/aw-design-diagram/proof-verification-sequence.md
index b19b229..6869f6f 100644
--- a/aw-design-diagram/proof-verification-sequence.md
+++ b/aw-design-diagram/proof-verification-sequence.md
@@ -1,3 +1,4 @@
+```mermaid
 sequenceDiagram
 participant PCM User
 participant PCM App
@@ -10,3 +11,4 @@ participant OCM Proof Manager
  PCM App ->> OCM Proof Manager: Sends the requested attributes, if proof verification is successful it sets isVerified as true and state as done in the database.
  OCM Admin ->> OCM Proof Manager: Calls Get method find-by-presentation-id API, against the presentation-id of proof request, and confirms the status of isVerified and state.
  end
+```
-- 
GitLab