From f3fbd3a456762f02194c2920d223e7b411ea4df5 Mon Sep 17 00:00:00 2001 From: Ravishankar Bhagavandas Date: Thu, 31 Mar 2022 18:40:06 -0700 Subject: [PATCH] Update README.md (#7) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d8c034..d24aac9 100644 --- a/README.md +++ b/README.md @@ -50,11 +50,11 @@ to manage the thread safety for the MQTT connection. See [coreMQTT](https://www. ### Cloning the Repository To clone using HTTPS: ``` -git clone https://github.com/FreeRTOS/lab-iot-reference-nxp-rt1060.git --recurse-submodules +git clone https://github.com/FreeRTOS/iot-reference-nxp-rt1060.git --recurse-submodules ``` Using SSH: ``` -git clone git@github.com:FreeRTOS/lab-iot-reference-nxp-rt1060.git --recurse-submodules +git clone git@github.com:FreeRTOS/iot-reference-nxp-rt1060.git --recurse-submodules ``` If you have downloaded the repo without using the `--recurse-submodules` argument, you should run: ```