Skip to content

Commit 3d15ad1

Browse files
committed
Update README.md
1 parent c796381 commit 3d15ad1

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 @@ All functionality is provided through the `Blockchain` object.
2929
The [official documentation](https://blockchain.info/api) lists API call limits, which may be bypassed with an API code. If you use a code, enter it when you create the `Blockchain` object:
3030

3131
```php
32-
$Blockchain = new Blockchain($my_api_code);
32+
$Blockchain = new \Blockchain\Blockchain($my_api_code);
3333
```
3434

3535
If you need an API code, you may request one [here](https://blockchain.info/api/api_create_code).

0 commit comments

Comments
 (0)