Skip to content

Commit

Permalink
Updated the "Installation" section
Browse files Browse the repository at this point in the history
  • Loading branch information
smortensen committed Jul 2, 2015
1 parent 84cf891 commit 9cf8cb6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,10 @@ $reply = $server->reply($request); // {"jsonrpc":"2.0","id":1,"result":2}
## Installation

If you're using [Composer](https://getcomposer.org/), you can use this package
by inserting a line in the "require" section of your "composer.json" file:
([datto/json-rpc](https://packagist.org/packages/datto/json-rpc))
by inserting a line into the "require" section of your "composer.json" file:
```
"datto/json-rpc": "1.0.*"
"datto/json-rpc": "~1.0"
```

## Getting started
Expand Down

0 comments on commit 9cf8cb6

Please sign in to comment.