Skip to content

Commit

Permalink
typo: single quote character
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Loudet authored Oct 5, 2023
1 parent 6fa24f4 commit cbfa469
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit cbfa469

Please sign in to comment.