Skip to content
This repository has been archived by the owner on Jan 9, 2024. It is now read-only.

Adjust the namespace path to match the code. #2

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ composer require beyondcode/fathom-api
## Usage

```php
$analytics = new BeyondCode\FathomAnalytics($email, $password);
$analytics = new BeyondCode\FathomAnalytics\FathomAnalytics($email, $password);

$sites = $analytics->getSites();

Expand Down