summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2017-07-06 16:39:46 -0500
committerStuart Stock <stuart@int08h.com>2017-07-06 16:39:46 -0500
commita1a4457a94627ca54ea0b70b9173d5402afdd4a9 (patch)
tree10a812d5099f13bbe756fd1e5ab1b231db455c0d /README.md
parent7f809273e2d6eaa336339552bee65a9e011dca73 (diff)
downloadroughenough-a1a4457a94627ca54ea0b70b9173d5402afdd4a9.zip
typo fix
Diffstat (limited to 'README.md')
-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