Skip to content

Commit 0493714

Browse files
committed
update readme
1 parent c380866 commit 0493714

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

README.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -33,16 +33,17 @@ Key features
3333

3434
## Compilation and install
3535
--------------------------
36-
3736
Before reading any further, make sure, you have installed MQTT broker
3837

3938
### Build from source
4039

41-
$ git clone https://github.com/tarantool/mqtt.git
42-
$ cd mqtt
43-
$ git submodule update --init --recursive
44-
$ cmake .
45-
$ make
40+
```bash
41+
$ git clone https://github.com/tarantool/mqtt.git
42+
$ cd mqtt
43+
$ git submodule update --init --recursive
44+
$ cmake .
45+
$ make
46+
```
4647

4748
[Back to content](#content)
4849

@@ -356,7 +357,7 @@ Lua API documentation
356357
true or false, emsg
357358

358359
See Also:
359-
[insecure_set](#insecure_set)
360+
[tls_insecure_set](#tls_insecure_set)
360361

361362
```lua
362363
mqtt = require('mqtt')

0 commit comments

Comments
 (0)