summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2017-07-06 16:39:17 -0500
committerStuart Stock <stuart@int08h.com>2017-07-06 16:39:17 -0500
commit7f809273e2d6eaa336339552bee65a9e011dca73 (patch)
tree1fc921c986bb7904b3f912d702460ac19c5a8243 /README.md
parent3d2a7cc2991a8230b91ee62f3780a9a4cbc264d3 (diff)
downloadroughenough-7f809273e2d6eaa336339552bee65a9e011dca73.zip
typo fix
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 494af99..c61406e 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@ Roughtime features not implemented:
* On-line key rotation. The server must be restarted to generate a new delegated key.
* Ecosystem-style response fault injection.
* Multi-request Merkle tree is not built. Each request gets its own response with
- ROOT empty and INDX zero.
+ `PATH` empty and `INDX` zero.
Error-handling is not robust. There are many `unwrap()`'s and `expect()`'s in the request handling path.