diff --git a/README.md b/README.md index dcdc3b1..54938bc 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,12 @@ 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 + +For more information on Arduino, refer to the [PubNub Arduino SDK documentation](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)!