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