fix readme

This commit is contained in:
Lee 2024-04-14 21:15:46 +01:00
parent 782b63b9e1
commit 4559663d96

@ -15,6 +15,6 @@ Fetch data from a player:
```javascript
import mcUtils from "mcutils-library";
const { player } = await mcUtils.getPlayer("Notch");
const { player } = await mcUtils.player.getPlayer("Notch");
console.log(player);
```