aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.md b/README.md
index 92f2563..8313bc6 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@ Goals
-----
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**.
Cowboy provides **routing** capabilities, selectively dispatching requests
@@ -21,8 +21,11 @@ No parameterized module. No process dictionary. **Clean** Erlang code.
Sponsors
--------
-The SPDY protocol development is sponsored
-by [LeoFS Cloud Storage](http://www.leofs.org).
+The SPDY implementation was sponsored by
+[LeoFS Cloud Storage](http://www.leofs.org).
+
+The project is currently sponsored by
+[Kato.im](https://kato.im).
Getting Started
---------------