diff --git a/README.md b/README.md index 2a2043b..c6249da 100755 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Run Then use the command curl or browser to test - $ curl -k 'https://127.0.0.1:8000/hello?name=test' -v + $ curl -k 'https://127.0.0.1:8000/hello?name=test' -d '{"name":"libuhttpd"}' -v # Example ``` diff --git a/README_ZH.md b/README_ZH.md index 64a164e..0a39405 100755 --- a/README_ZH.md +++ b/README_ZH.md @@ -45,7 +45,7 @@ 然后使用命令curl或者浏览器进行测试 - $ curl -k 'https://127.0.0.1:8000/hello?name=test' -v + $ curl -k 'https://127.0.0.1:8000/hello?name=test' -d '{"name":"libuhttpd"}' -v # 示例程序] ```