aboutsummaryrefslogtreecommitdiff
path: root/demo
diff options
context:
space:
mode:
Diffstat (limited to 'demo')
-rw-r--r--demo/rest/README.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/rest/README.adoc b/demo/rest/README.adoc
index df3e30b0..39f626f1 100644
--- a/demo/rest/README.adoc
+++ b/demo/rest/README.adoc
@@ -20,7 +20,7 @@ There is a single "server" (rest-server) program, that does these:
% ./rest-server &
% curl -d ABC http://127.0.0.1:8888/api/rest/rot13; echo
NOP
-% curl -d ABC http://127.0.0.1:8888/api/rest/rot13; echo
+% curl -d NOP http://127.0.0.1:8888/api/rest/rot13; echo
ABC
----