docs: add missing semicolon
This commit is contained in:
parent
8157543514
commit
f369fa14b9
|
@ -33,7 +33,7 @@ import { pingBedrock } from 'mineping'
|
||||||
const data = await pingBedrock('mco.mineplex.com', {
|
const data = await pingBedrock('mco.mineplex.com', {
|
||||||
port: 19132,
|
port: 19132,
|
||||||
timeout: 500
|
timeout: 500
|
||||||
})
|
});
|
||||||
console.log(data);
|
console.log(data);
|
||||||
```
|
```
|
||||||
> More complex example can be found in the `example` folder!
|
> More complex example can be found in the `example` folder!
|
||||||
|
|
Loading…
Reference in New Issue