Skip to content

Commit f259241

Browse files
author
Christoph Singer
committed
Merge pull request #4 from geschke/master
Fixed example in README
2 parents f198e16 + d3851a5 commit f259241

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)