Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lewislarsen committed Aug 24, 2024
1 parent 00ad4da commit 394542a
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 @@ -52,7 +52,7 @@ $vanguard = new VanguardBackup\Vanguard\VanguardClient('YOUR_API_KEY');
For custom Vanguard installations, specify the API base URL:

```php
$vanguard = new VanguardBackup\Vanguard\VanguardClient('YOUR_API_KEY', 'https://your-vanguard-instance.com/api');
$vanguard = new VanguardBackup\Vanguard\VanguardClient('YOUR_API_KEY', 'https://your-vanguard-instance.com');
```

## Core Functionalities
Expand Down

0 comments on commit 394542a

Please sign in to comment.