From 3dfef2cd2c6d5259d6fd94ea1499c7799258fbf2 Mon Sep 17 00:00:00 2001
From: Andreas Doerr <adoerr@users.noreply.github.com>
Date: Fri, 19 Feb 2021 14:19:53 +0100
Subject: [PATCH] Send message doc (#746)

* add document

* Send message documentation

* Apply review

Co-authored-by: Svyatoslav Nikolsky <svyatonik@gmail.com>

Co-authored-by: Svyatoslav Nikolsky <svyatonik@gmail.com>
---
 bridges/README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/bridges/README.md b/bridges/README.md
index 915fa46dd53..eaa63ad14c7 100644
--- a/bridges/README.md
+++ b/bridges/README.md
@@ -15,6 +15,7 @@ Substrate chains or Ethereum Proof-of-Authority chains.
 - [High-Level Architecture](#high-level-architecture)
 - [Project Layout](#project-layout)
 - [Running the Bridge](#running-the-bridge)
+- [How to send a message](#how-to-send-a-message)
 - [Community](#community)
 
 ## Installation
@@ -191,6 +192,10 @@ Once you have the images built you can use them in the previous commands by repl
 For a more sophisticated deployment which includes bidirectional header sync, message passing,
 monitoring dashboards, etc. see the [Deployments README](./deployments/README.md).
 
+### How to send a message
+
+A straightforward way to interact with and test the bridge is sending messages. This is explained
+in the [send message](./docs/send-message.md) document.
 ## Community
 
 Main hangout for the community is [Element](https://element.io/) (formerly Riot). Element is a chat
-- 
GitLab