Skip to content

Commit 53161a1

Browse files
committed
Update README.md
1 parent bc2e67b commit 53161a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ curl "http://localhost:8000/compute?input=say_hello(\"Monic\")&timeout=5.0"
3535
- URL: `/compute`
3636
- Request Body (JSON):
3737

38-
```json
38+
```jsonc
3939
{
4040
"input": "string", // Required: Expression to compute
4141
"timeout": float // Optional: Timeout for computation (default: 10.0)

0 commit comments

Comments
 (0)