Skip to content

Commit

Permalink
Merge pull request #4 from geschke/master
Browse files Browse the repository at this point in the history
Fixed example in README
  • Loading branch information
Christoph Singer committed Mar 12, 2014
2 parents f198e16 + d3851a5 commit f259241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ If you have imported the bundle's routing to /jsonrpc (see above) you should the
by sending a JSON-RPC request using curl:
```bash
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"}}'
```

and you should get the following answer:
Expand Down

0 comments on commit f259241

Please sign in to comment.