From efcc83f6f6351aceb2132a7f6e8aabf9dbd6dbd3 Mon Sep 17 00:00:00 2001 From: Jacek Wieczorek Date: Wed, 11 Aug 2021 17:13:58 +0200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0c6704a..f0be6c6 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ESP-IDF -This branch contains an ESP-IDF component. It can be cloned directly to your components directory with this command: +This repository contains an ESP-IDF component for [liblightmodbus](https://github.com/Jacajack/liblightmodbus). It can be cloned directly to your components directory with this command: ``` -git clone --single-branch --branch esp-idf https://github.com/Jacajack/liblightmodbus.git +git clone https://github.com/Jacajack/liblightmodbus-esp.git ```