Skip to content

Commit

Permalink
chore: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Dec 19, 2021
1 parent 7e06a2e commit 1415795
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
branches: [ main ]

jobs:
laravel-tests:
tests:
runs-on: ubuntu-latest
timeout-minutes: 5
strategy:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ composer require brokeyourbike/twilio-api-client
## Usage

```php
use BrokeYourBike\Twilio\Client;
use BrokeYourBike\Twilio\V1\Client;

$apiClient = new Client($config, $httpClient, $psrCache);
$apiClient->fetchAuthTokenRaw();
$apiClient->lookupPhoneNumber('+123456789');
```

## Why
Expand Down

0 comments on commit 1415795

Please sign in to comment.