Skip to content

Commit d3fa0c1

Browse files
author
Vladimir Veljkovic
committed
Fix Markdown
1 parent d91e5ec commit d3fa0c1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
#PubNub Arduino Library
1+
# PubNub Arduino Library
22

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

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

12-
###Synopsis
12+
### Synopsis
1313

1414

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

55-
##Library Reference
55+
## Library Reference
5656

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

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

131-
##Installation
131+
## Installation
132132

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

155155

156-
##Supported Hardware
156+
## Supported Hardware
157157

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

227-
##Notes
227+
## Notes
228228

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

0 commit comments

Comments
 (0)