chore: modify the readme to mention commonjs

This commit is contained in:
CosminPerRam 2024-01-29 23:18:31 +02:00
parent 38ddfd61f3
commit d737304f14
1 changed files with 2 additions and 0 deletions

View File

@ -19,6 +19,8 @@ See the [GAMES_LIST.md](GAMES_LIST.md) file for the currently supported titles,
Install using your favorite package manager: `npm install gamedig`, then use!
```js
import { GameDig } from 'gamedig';
// Or if you're using CommonJS:
// const { GameDig } = require('gamedig');
GameDig.query({
type: 'minecraft',