Skip to content

Commit

Permalink
fix(docs): update namespace in README example
Browse files Browse the repository at this point in the history
  • Loading branch information
bencromwell committed Aug 29, 2024
1 parent c221c37 commit a75046c
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 @@ -36,7 +36,7 @@ If you need control over this, you can call `setHttpClient` in `ClientFactory`.
The usage sample below emits the IPv4 and IPv6 addresses for each VM in your Organization.

```php
use Krystal\Katapult\KatapultAPI\ClientFactory;
use KatapultAPI\Core\ClientFactory;

$katapult = (new ClientFactory('your-katapult-api-token'))->create();

Expand Down

0 comments on commit a75046c

Please sign in to comment.