fix readme
This commit is contained in:
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);
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user