Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy-j committed Aug 13, 2017
1 parent ff0267d commit 1bcb27a
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 @@ -27,7 +27,7 @@ Examples
```php
<?php
use Spiral\Goridge;
require "../vendor/autoload.php";
require "vendor/autoload.php";

$rpc = new Goridge\JsonRPC(new Goridge\Connection("127.0.0.1", 6001));

Expand Down

0 comments on commit 1bcb27a

Please sign in to comment.