From 0873dbd020a6567d12edd29628132869037f1c8b Mon Sep 17 00:00:00 2001 From: Sharon Date: Mon, 20 Dec 2021 14:19:00 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e3e7643..8f7bc3c 100644 --- a/README.md +++ b/README.md @@ -86,11 +86,11 @@ You can try this out on the [live demo](https://nomadic-labs.github.io/safesuppo Clone the project: ``` -git clone https://github.com/nomadic-labs/safesupport-chatbox.git +git clone https://github.com/Safe-Support-Chat/ocrcc-chatbox.git ``` Install the dependencies: ``` -cd safesupport-chatbox +cd ocrcc-chatbox yarn ```