From 9471f9131b5fcaf403772c27fb82efca79960fce Mon Sep 17 00:00:00 2001 From: maciejlichonpubnub <57348905+maciejlichonpubnub@users.noreply.github.com> Date: Wed, 17 Nov 2021 20:03:25 +0100 Subject: [PATCH 1/2] improving README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dcdc3b1..92332a8 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,13 @@ message passing system using any network hardware (chip/shield) that has a class compatible with Arduino de facto standard `Client`. Your application can receive (subscribe to) and send (publish) messages. +## Full documentation + +Full detailed documentation of PubNub Arduino SDK can be found here: + [https://www.pubnub.com/docs/sdks/arduino](https://www.pubnub.com/docs/sdks/arduino + ## Copy-and-Paste-Ready Code! + See how easy it is to [Publish](examples/PubNubPublisher) and [Subscribe](examples/PubNubSubscriber)! From bb1c1fc1c02b9baf121af226e2884252063eef45 Mon Sep 17 00:00:00 2001 From: maciejlichonpubnub <57348905+maciejlichonpubnub@users.noreply.github.com> Date: Thu, 18 Nov 2021 10:18:35 +0100 Subject: [PATCH 2/2] Update README.md Co-authored-by: Karolina Zydek --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 92332a8..54938bc 100644 --- a/README.md +++ b/README.md @@ -9,8 +9,7 @@ application can receive (subscribe to) and send (publish) messages. ## Full documentation -Full detailed documentation of PubNub Arduino SDK can be found here: - [https://www.pubnub.com/docs/sdks/arduino](https://www.pubnub.com/docs/sdks/arduino +For more information on Arduino, refer to the [PubNub Arduino SDK documentation](https://www.pubnub.com/docs/sdks/arduino). ## Copy-and-Paste-Ready Code!