small revision of example

This commit is contained in:
Timofey Gelazoniya 2022-01-11 01:09:13 +03:00
parent 8c84925ef7
commit 8157543514
Signed by: zeldon
GPG Key ID: 047886915281DD2A
1 changed files with 1 additions and 0 deletions

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!