Skip to content

Commit d3851a5

Browse files
committed
Update README.md
typo in curl example request fixed, this didn't work without capital letters (tested with PHP5 cli webserver)
1 parent f198e16 commit d3851a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ If you have imported the bundle's routing to /jsonrpc (see above) you should the
7171
by sending a JSON-RPC request using curl:
7272
7373
```bash
74-
curl -XPost http://your-symfony-project/jsonrpc/ -d '{"jsonrpc":"2.0","method":"testhello","id":"foo","params":{"name":"Joe"}}'
74+
curl -XPOST http://your-symfony-project/jsonrpc/ -d '{"jsonrpc":"2.0","method":"testhello","id":"foo","params":{"name":"Joe"}}'
7575
```
7676

7777
and you should get the following answer:

0 commit comments

Comments
 (0)