From faa6bd9f4f4103d39d9a6f68ec1837594ba98dc0 Mon Sep 17 00:00:00 2001
From: cyBerta <cyberta@riseup.net>
Date: Fri, 11 Nov 2022 00:47:07 +0100
Subject: [PATCH] update README

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index aea1bd8..a8833fb 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,8 @@ This repository contains all golang dependencies currently used in Bitmask Andro
 * shapeshifter: a library, based on shapeshifter-dispatcher for VPN communication over obfs4
 * IPtProxy: a library wrapping snowflake client and snowflake proxy, forked from https://github.com/tladesignz/IPtProxy and adapted for our purposes
 * pgpverify: a small library for verifying the inegrity of downloaded app updates (only used in apks distributed from a website)
-* shared code between Bitmask Desktop and Mobile clients **(tbd.)**
+* motd: Message of the day library, shared between Bitmask Desktop and Mobile
+* more shared code between Bitmask Desktop and Mobile clients **(tbd.)**
 
 Run the follwing command to build Bitmask Core for all Android build flavors (runs currently only on Linux 64-bit distros):
 
-- 
GitLab