From 18aca161e86e8daa7fb582cbffea35aaa5275934 Mon Sep 17 00:00:00 2001
From: Dariusz Rybicki <dariusz@elixxir.io>
Date: Tue, 30 Aug 2022 21:53:15 +0100
Subject: [PATCH] Update README.md

---
 README.md | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/README.md b/README.md
index 78d7e034..83f708d8 100644
--- a/README.md
+++ b/README.md
@@ -29,6 +29,11 @@ elixxir-dapps-sdk-swift [Swift Package]
 - Use `exlixxir-dapps-sdk-swift-Package` scheme to build and test the package.
 - Use other schemes (like `XXClient`) for building and testing individual libraries in isolation.
 
+
+### Bindings
+
+The package uses `Bindings.xcframework` dependency, built from [go client](https://git.xx.network/elixxir/client) repository. Use `build-bindings.sh` script to update the framework. Information about currently used version is contained in [Frameworks/Bindings.txt](Frameworks/Bindings.txt) file.
+
 ## 📄 License
 
 Copyright © 2022 xx network SEZC
-- 
GitLab