diff options
| author | RealSense3D <guangranliu@msn.com> | 2022-01-27 23:20:41 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-27 07:20:41 -0800 |
| commit | bcf4f0965b0c6d8a6ad124b6672a32b56855f2a2 (patch) | |
| tree | a85c896f63c2713395b1c6b5fafe8f347d59defb /demo | |
| parent | 5e06e98541ff223e7a18b6a61120532acd09d410 (diff) | |
| download | nng-bcf4f0965b0c6d8a6ad124b6672a32b56855f2a2.tar.gz nng-bcf4f0965b0c6d8a6ad124b6672a32b56855f2a2.tar.bz2 nng-bcf4f0965b0c6d8a6ad124b6672a32b56855f2a2.zip | |
Correct an error (#1569)
Diffstat (limited to 'demo')
| -rw-r--r-- | demo/rest/README.adoc | 2 |
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 ---- |
