mirror of
https://github.com/minescope/mineping.git
synced 2025-04-05 15:27:08 +03:00
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…
x
Reference in New Issue
Block a user