small revision of example

This commit is contained in:
2022-01-11 01:09:13 +03:00
parent 8c84925ef7
commit 8157543514

View File

@ -34,6 +34,7 @@ const data = await pingBedrock('mco.mineplex.com', {
port: 19132,
timeout: 500
})
console.log(data);
```
> More complex example can be found in the `example` folder!