We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f198e16 commit d3851a5Copy full SHA for d3851a5
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