Browse Source

Merge branch 'master' of git://github.com/pdericson/cowboy

Loïc Hoguin 11 years ago
parent
commit
6315da0456
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -7,7 +7,7 @@ Goals
 -----
 -----
 
 
 Cowboy aims to provide a **complete** HTTP stack in a **small** code base.
 Cowboy aims to provide a **complete** HTTP stack in a **small** code base.
-It is optimized for **low latency** and **low memory usage**, in parts
+It is optimized for **low latency** and **low memory usage**, in part
 because it uses **binary strings**.
 because it uses **binary strings**.
 
 
 Cowboy provides **routing** capabilities, selectively dispatching requests
 Cowboy provides **routing** capabilities, selectively dispatching requests