Skip to content

Commit 5bd9f07

Browse files
committed
Merge pull request #18 from flip111/patch-1
Update README.md
2 parents 7f2b84e + e381c07 commit 5bd9f07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ use Graze\GuzzleHttp\JsonRpc\Client;
2929
$client = Client::factory('http://localhost:8000');
3030

3131
// Send a notification
32-
$client->send($client->notification('method', ['key'=>'value']))
32+
$client->send($client->notification('method', ['key'=>'value']));
3333

3434
// Send a request that expects a response
3535
$client->send($client->request(123, 'method', ['key'=>'value']));

0 commit comments

Comments
 (0)