From f5028c507acbce75f72c0e9dbf6c026ef09b18c5 Mon Sep 17 00:00:00 2001
From: Suneet Bendre <suneet.bendre@ayanworks.com>
Date: Mon, 13 Jun 2022 10:16:18 +0000
Subject: [PATCH] Update out-of-band-sequence.md

---
 aw-design-diagram/out-of-band-sequence.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/aw-design-diagram/out-of-band-sequence.md b/aw-design-diagram/out-of-band-sequence.md
index 0eab60d..dc00188 100644
--- a/aw-design-diagram/out-of-band-sequence.md
+++ b/aw-design-diagram/out-of-band-sequence.md
@@ -1,3 +1,4 @@
+```mermaid
 sequenceDiagram
 participant PCM User
 participant PCM App
@@ -12,3 +13,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