We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f198e16 + d3851a5 commit f259241Copy full SHA for f259241
1 file changed
README.md
@@ -71,7 +71,7 @@ If you have imported the bundle's routing to /jsonrpc (see above) you should the
71
by sending a JSON-RPC request using curl:
72
73
```bash
74
-curl -XPost http://your-symfony-project/jsonrpc/ -d '{"jsonrpc":"2.0","method":"testhello","id":"foo","params":{"name":"Joe"}}'
+curl -XPOST http://your-symfony-project/jsonrpc/ -d '{"jsonrpc":"2.0","method":"testhello","id":"foo","params":{"name":"Joe"}}'
75
```
76
77
and you should get the following answer:
0 commit comments