From f030bdaecf8dc783d0db8635c2047e385727f8ff Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Fri, 3 May 2024 09:50:55 +0000 Subject: [PATCH] Fix deep link to matter stack --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f929c68..8e2091a 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Users are expected to provide implementations for various `rs-matter` abstractio Furthermore, _operating_ the assembled Matter stack is also challenging, as various features might need to be switched on or off depending on whether Matter is running in commissioning or operating mode, and also depending on the current network connectivity (as in e.g. Wifi signal lost). -**This crate addresses these issues by providing an all-in-one [`MatterStack`](https://github.com/ivmarkov/esp-idf-matter/blob/master/src/stack.rs#L57) assembly that configures `rs-matter` for reliably operating on top of the ESP IDF SDK.** +**This crate addresses these issues by providing an all-in-one [`MatterStack`](https://github.com/ivmarkov/esp-idf-matter/blob/master/src/stack.rs) assembly that configures `rs-matter` for reliably operating on top of the ESP IDF SDK.** Instantiate it and then call `MatterStack::run(...)`.