Browse Source

Update README;

bjorn 5 years ago
parent
commit
16b4354e45
1 changed files with 2 additions and 0 deletions
  1. 2 0
      README.md

+ 2 - 0
README.md

@@ -1,6 +1,8 @@
 Trickle
 Trickle
 ===
 ===
 
 
+> **NOTE** - It's probably better to use Lua's built-in `string.pack` and `string.unpack` now.
+
 Trickle is a bitstream for Lua.  When writing data to a trickle stream, you must specify its size in
 Trickle is a bitstream for Lua.  When writing data to a trickle stream, you must specify its size in
 bits.  The stream will automatically pack this data into compressed bytes, which often leads to
 bits.  The stream will automatically pack this data into compressed bytes, which often leads to
 greatly reduced network bandwidth.  This is useful in networking applications where it is necessary
 greatly reduced network bandwidth.  This is useful in networking applications where it is necessary