From ccdd43ec57d18e05c5d2921baa22ac7c701398f8 Mon Sep 17 00:00:00 2001 From: Lasan Mahaliyana <78136120+kidfromjupiter@users.noreply.github.com> Date: Mon, 6 Apr 2026 22:58:01 +0530 Subject: [PATCH] formatting --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 104b4a53..974ddceb 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ This repo consists of the entirety of google's open source nearby library. Curre - Sharing - Connections - Presence + + Linux specific implementation and compatibility shims are provided for building **Sharing** and **Connections**. Nearby presence may or may not build. I haven't tested it. @@ -38,5 +40,6 @@ it accomplishes that goal perfectly. This repo wasn't created out of any altruis ## Special thanks https://github.com/proatgram and https://github.com/vibhavp + *they were the original authors of the linux platform support [PR](https://github.com/google/nearby/pull/2098) that I have based much of this codebase upon. I am standing on the shoulders of giants*