Skip to content
This repository was archived by the owner on Sep 4, 2021. It is now read-only.

Commit c47958d

Browse files
authored
Update README.md
1 parent 090f2e8 commit c47958d

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
@@ -34,6 +34,6 @@ Then you can simply include the autoloader and begin using the library:
3434
require_once 'vendor/autoloader.php';
3535

3636
// Create new instance
37-
$electrum = new Padrio\Electrum('http://127.0.0.1/', 7777);
37+
$electrum = new \Electrum\Client('http://127.0.0.1/', 7777);
3838
$electrum->getVersion();
3939
```

0 commit comments

Comments
 (0)