From 0c048ee27021f27ee73cac359a0e004e96b601a0 Mon Sep 17 00:00:00 2001 From: chenz Date: Sun, 29 Jun 2025 07:57:28 -0400 Subject: [PATCH] Replaced developer git@github.com with public https://github.com --- ch12-building-a-contacts-app-with-hyperview.typ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ch12-building-a-contacts-app-with-hyperview.typ b/ch12-building-a-contacts-app-with-hyperview.typ index 037d52f..9872689 100644 --- a/ch12-building-a-contacts-app-with-hyperview.typ +++ b/ch12-building-a-contacts-app-with-hyperview.typ @@ -58,7 +58,7 @@ using Expo. We will use this demo client but point it to our contacts app backend as a starting point. #figure[```bash -git clone git@github.com:Instawork/hyperview.git +git clone https://github.com/Instawork/hyperview.git cd hyperview/demo yarn <1> yarn start <2>