From f7224ec68aa2ce7edc223399a019b8614e73c345 Mon Sep 17 00:00:00 2001 From: suetfei Date: Tue, 15 Feb 2022 17:02:56 -0800 Subject: [PATCH] Fix typo in README. PiperOrigin-RevId: 428910739 --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c3eb97e4..7de2fd86 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ officially supported Google product. # About the Nearby Project -## Near Connection +## Nearby Connection Nearby Connections is a high level protocol on top of Bluetooth/WiFi that acts as a medium-agnostic socket. Devices are able to advertise, scan, and connect with one another over any shared medium (eg. BT <-> BT). @@ -40,6 +40,7 @@ Prerequisites: To build the Nearby Connection Core library: ```shell +cd src CC=clang CXX=clang++ bazel build -s --check_visibility=false //connections:core --spawn_strategy=standalone --verbose_failures ```