Skip to content

Commit

Permalink
Fix Markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Vladimir Veljkovic committed Apr 25, 2017
1 parent d91e5ec commit d3fa0c1
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
@@ -1,15 +1,15 @@
#PubNub Arduino Library
# PubNub Arduino Library

This library allows your sketches to communicate with the PubNub cloud
message passing system using an Ethernet shield or any other network
hardware (chip/shield) that has a class compatible with Arduino de
facto standard `EthernetClient`. Your application can receive and send
messages.

##Copy-and-Paste-Ready Code!
## Copy-and-Paste-Ready Code!
See how easy it is to [Publish](examples/PubNubPublisher) and [Subscribe](examples/PubNubSubscriber)!

###Synopsis
### Synopsis


void setup() {
Expand Down Expand Up @@ -52,7 +52,7 @@ See how easy it is to [Publish](examples/PubNubPublisher) and [Subscribe](exampl
delay(10000);
}

##Library Reference
## Library Reference

``bool PubNub.begin(char *publish_key, char *subscribe_key, char *origin)``

Expand Down Expand Up @@ -128,7 +128,7 @@ a note about timeouts below.
This is not an officially supported API, it is there mostly for
convinience for people that used it

##Installation
## Installation

Since version 1.1.1, Pubnub SDK is part of the Arduino Library
Manager and you can use it directly from Arduino IDE (v 1.6.8
Expand All @@ -153,7 +153,7 @@ This is just a warning, the build and upload process is not impacted in
any way by this.


##Supported Hardware
## Supported Hardware

In general, the most widely available Arduino boards and shields are
supported and tested. Any Arduino board that has networking hardware
Expand Down Expand Up @@ -224,7 +224,7 @@ implementation of them, `#define` a macro constant before you include
#define PUBNUB_DEFINE_STRSPN_AND_STRNCASECMP
#include <Pubnub.h>

##Notes
## Notes

* If you `#include <PubNub.h>`, it will define the global `PubNub`
object in your code. Thus, you can't `#include <Pubnub.h>` in two or
Expand Down

0 comments on commit d3fa0c1

Please sign in to comment.