summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index c61406e..8a30efd 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,8 @@ Roughtime features not implemented:
* Multi-request Merkle tree is not built. Each request gets its own response with
`PATH` empty and `INDX` zero.
-Error-handling is not robust. There are many `unwrap()`'s and `expect()`'s in the request handling path.
+Error-handling is not robust. There are `unwrap()`'s and `expect()`'s in the request
+handling path.
The server is a dead simple single-threaded `recv_from` loop. `mio` and `tokio` are
intentionally avoided to keep the implementation straightforward and maximize