From 945989ed878cb22c9e179c1a6f0cdca2b03e35cd Mon Sep 17 00:00:00 2001 From: levkovigor Date: Wed, 18 Aug 2021 14:26:55 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e07d642..7099769 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # ppposclient -Arduino client library for gsm ppp protocol. This library can be used to make GET and POST requests and to connect mqtt with PubSubClient. It supports ESP32. +Arduino client library for gsm ppp protocol. This library can be used to make GET and POST requests and to connect mqtt with PubSubClient (https://github.com/knolleary/pubsubclient). It supports ESP32.