README: remove the 'pre' from the version so people don't get confused

This commit is contained in:
Andrew Kelley 2013-01-26 14:17:53 -05:00
parent b36b2b1089
commit 6958d1a747

View file

@ -4,7 +4,7 @@ Parse and serialize minecraft packets, plus authentication and encryption.
## Features
* Supports Minecraft version 1.4.7pre
* Supports Minecraft version 1.4.7
* Parses all packets and emits events with packet fields as JavaScript
objects.
* Send a packet by supplying fields as a JavaScript object.