From 0d02f65cd7cd2473d33f46f78f0cda1d6430da98 Mon Sep 17 00:00:00 2001 From: hai007 Date: Sun, 5 Dec 2021 20:44:13 -0800 Subject: [PATCH] Update the Git repository path in README.md. PiperOrigin-RevId: 414342199 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad135386..b8223bc0 100644 --- a/README.md +++ b/README.md @@ -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 ```