aboutsummaryrefslogtreecommitdiff
path: root/demo/rest
diff options
context:
space:
mode:
authorRealSense3D <guangranliu@msn.com>2022-01-27 23:20:41 +0800
committerGitHub <noreply@github.com>2022-01-27 07:20:41 -0800
commitbcf4f0965b0c6d8a6ad124b6672a32b56855f2a2 (patch)
treea85c896f63c2713395b1c6b5fafe8f347d59defb /demo/rest
parent5e06e98541ff223e7a18b6a61120532acd09d410 (diff)
downloadnng-bcf4f0965b0c6d8a6ad124b6672a32b56855f2a2.tar.gz
nng-bcf4f0965b0c6d8a6ad124b6672a32b56855f2a2.tar.bz2
nng-bcf4f0965b0c6d8a6ad124b6672a32b56855f2a2.zip
Correct an error (#1569)
Diffstat (limited to 'demo/rest')
-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
----