From cbfa46922c4254294b8e04f56ef1c4ac66a1784d Mon Sep 17 00:00:00 2001 From: J-Loudet Date: Thu, 5 Oct 2023 10:33:00 +0200 Subject: [PATCH] typo: single quote character --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 2c08de11..605022f3 100644 --- a/examples/README.md +++ b/examples/README.md @@ -32,7 +32,7 @@ curl -X PUT -d '"Hello World!"' http://localhost:8000/zf/gettig-started/hello For the "period-miss-detector" example: ```shell -curl -X PUT -d ‘2340' http://localhost:8000/zf/period-miss-detector +curl -X PUT -d '2340' http://localhost:8000/zf/period-miss-detector ``` #### Show the result: