Browse Source

Update README;

Bjorn Swenson 9 years ago
parent
commit
b3805b1559
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -4,7 +4,7 @@ Trickle
 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
-to reduce network traffic, such as in realtime multiplayer games.
+to reduce network traffic, such as realtime multiplayer games.
 
 
 How it works
 How it works
 ---
 ---