From ace59c2c568583ab619a3e75b44094fc798b74e8 Mon Sep 17 00:00:00 2001 From: gojimmypi Date: Thu, 28 Sep 2023 08:18:45 -0700 Subject: [PATCH] add documentation link to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4399b231d..adeb2877c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ This is an implementation of the MQTT Client written in C for embedded use, which supports SSL/TLS via the wolfSSL library. This library was built from the ground up to be multi-platform, space conscious and extensible. Integrates with wolfSSL to provide TLS support. +For details on wolfMQTT [see the wolfMQTT Manual](https://www.wolfssl.com/documentation/manuals/wolfmqtt/wolfMQTT-Manual.pdf). ## Building