diff --git a/README.md b/README.md index 83b33f7..98709c8 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,11 @@ A teeworlds network protocol library, designed according to sans I/O (http://san # THIS LIBRARY IS IN EARLY DEVELOPMENT -Do not get bamboozled by the mature looking readme! -This project is not in a very usable state yet. It is in very early development! -APIs might change and many essential features are missing! +## Do not get bamboozled by the mature looking readme! +## This project is not in a very usable state yet. It is in very early development! +## APIs might change and many essential features are missing! + +--- ## install @@ -32,12 +34,14 @@ for msg in packet.messages: | Deserialize 0.7 packet headers | :heavy_check_mark: | | Deserialize 0.7 chunk headers | | | Deserialize 0.7 messages | | +| Deserialize 0.7 snapshots | | | Serialize 0.7 packet headers | | | Serialize 0.7 chunk headers | | | Serialize 0.7 messages | | | Deserialize 0.6 packet headers | | | Deserialize 0.6 chunk headers | | | Deserialize 0.6 messages | | +| Deserialize 0.6 snapshots | | | Serialize 0.6 packet headers | | | Serialize 0.6 chunk headers | | | Serialize 0.6 messages | |