Skip to content

Commit 0c249b4

Browse files
committed
Update README
1 parent 0ef74b3 commit 0c249b4

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
@@ -11,7 +11,7 @@ Download the source or clone the repository. Copy the `lib/` folder into your pr
1111
```php
1212
require('lib/Blockchain.php');
1313

14-
$Blockchain = new Blockchain();
14+
$Blockchain = new \Blockchain\Blockchain();
1515
```
1616

1717
All functionality is provided through the `Blockchain` object.

0 commit comments

Comments
 (0)