mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 14:46:12 -04:00
Fix typo in README.
PiperOrigin-RevId: 428910739
This commit is contained in:
committed by
Copybara-Service
parent
cec9d9c2a7
commit
f7224ec68a
@@ -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
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user