Fix typo in README.

PiperOrigin-RevId: 428910739
This commit is contained in:
suetfei
2022-02-15 17:03:43 -08:00
committed by Copybara-Service
parent cec9d9c2a7
commit f7224ec68a
+2 -1
View File
@@ -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
```