From c1e5e0a9940d1cedd64b383d63774b57750f45c1 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 2 Jan 2013 06:35:10 -0500 Subject: [PATCH] update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73c6bff..0380804 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ var client = mc.createClient({ port: 25565, // optional username: "player", email: "email@example.com", // email and password are required only for - password: "12345678", // encrypted and online servers + password: "12345678", // online-mode=true servers }); client.on('packet', function(packet) { if (packet.id !== 0x03) return;