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>