docs: add missing semicolon

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

View File

@ -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!