Skip to content

Commit f70c731

Browse files
authored
Update README.md
1 parent eeffd95 commit f70c731

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ const mineflayer = require('mineflayer')
8585

8686
const bot = mineflayer.createBot({
8787
host: 'localhost', // minecraft server ip
88-
username: 'Bot', // username to join as if auth is `offline`, else a unique identifier for caching. Switch if you want to change accounts
88+
username: 'Bot', // username to join as if auth is `offline`, else a unique identifier for this account. Switch if you want to change accounts
8989
auth: 'microsoft' // for offline mode servers, you can set this to 'offline'
9090
// port: 25565, // set if you need a port that isn't 25565
9191
// version: false, // only set if you need a specific version or snapshot (ie: "1.8.9" or "1.16.5"), otherwise it's set automatically

0 commit comments

Comments
 (0)