From 73e274e5c9fe4cf5f4cf822d47f014b449f5ad18 Mon Sep 17 00:00:00 2001 From: Andrew Kelley Date: Wed, 2 Jan 2013 02:22:00 -0500 Subject: [PATCH] update README --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index caad4e5..0146cc1 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,9 @@ Parse and serialize minecraft packets, plus authentication and encryption. objects. * Send a packet by supplying fields as a JavaScript object. * Supports authenticating and logging in. - - Supports encryption enabled - - Supports encryption disabled (TODO #2) + - Supports encryption - Supports online mode - - Supports offline mode (TODO #1) + - Supports offline mode * Send keep-alive packet at the correct interval. * Reasonable amount of test coverage (TODO #3) * Optimized for rapidly staying up to date with Minecraft protocol updates.