Update the Git repository path in README.md.

PiperOrigin-RevId: 414342199
This commit is contained in:
hai007
2021-12-05 20:44:58 -08:00
committed by Copybara-Service
parent 31465e1ce3
commit 0d02f65cd7
+2 -2
View File
@@ -19,8 +19,8 @@ for more information.
# Checkout the source tree
```shell
git clone https://github.com/google/nearby-connections
cd nearby-connections
git clone https://github.com/google/nearby
cd nearby
git submodule update --init --recursive
```