Skip to content
This repository was archived by the owner on Apr 24, 2020. It is now read-only.

Commit d25223d

Browse files
author
Ron Korving
committed
Update README.md
1 parent 3f44722 commit d25223d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ With ZeroMQ headers installed, you can install and use this module:
2727

2828
## Examples
2929

30-
1. Push/Pull
30+
### Push/Pull
3131

3232
```js
3333
// producer.js
@@ -56,7 +56,7 @@ sock.on('message', function(msg){
5656
});
5757
```
5858

59-
2. Pub/Sub
59+
### Pub/Sub
6060

6161
```js
6262
// pubber.js

0 commit comments

Comments
 (0)