From 5f9822dd348e1f00f912159c11208576abe2e3a0 Mon Sep 17 00:00:00 2001
From: Ahmed Shehata <ahmed@elixxir.io>
Date: Wed, 8 Jun 2022 23:25:00 +0000
Subject: [PATCH] Update readme file with docs and demo links

---
 README.md | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index c2bfcb0b..a5079b53 100644
--- a/README.md
+++ b/README.md
@@ -3,11 +3,21 @@
 ![Swift 5.6](https://img.shields.io/badge/swift-5.6-orange.svg)
 ![platform iOS](https://img.shields.io/badge/platform-iOS-blue.svg)
 
-## 📖 Usage
+## 📱 Demo
+
+Refer to this [demo](https://git.xx.network/elixxir/shielded-help-demo/elixxir-dapp-demo) to see an example of how to build an app with the SDK to send `E2E` messages and send `RestLike` messsage.
+
+Also you can checkout included example iOS application.
+
+## 📖 Documentation 
+
+You can find full documentation with step by step guide [here](https://xxdk-dev.xx.network/mobile%20docs/ios-sdk)
+
+
+## 🚀 Quick Start
 
 Add `ElixxirDAppsSDK` library as a dependency to your project using Swift Package Manager.
 
-For usage examples, checkout included example iOS application.
 
 ### ▶️ Instantiating client
 
-- 
GitLab