summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index cc28812..df26838 100644
--- a/README
+++ b/README
@@ -24,7 +24,7 @@ later. The goal is to have allow access to be specified per user, per
resource and per operation.
Muck is currently a single-threaded Python program using the Bottle.py
-framework and its built-in HTTP server. The production version of Rust
+framework and its built-in HTTP server. The production version of Muck
will probably be written in Rust for performance. The current Python
version can do order of 900 requests per second on a Thinkpad X220
laptop (plain HTTP over localhost). The goal is to have the Rust