We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f824c7c + 18afc04 commit f57e3e7Copy full SHA for f57e3e7
README.md
@@ -30,7 +30,7 @@ composer require bandwidth/iris
30
## Usage
31
32
```PHP
33
-$client = new \Iris\Client($login, $password, ['url' => 'https://api.inetwork.com/v1.0/']);
+$client = new \Iris\Client($login, $password, ['url' => 'https://dashboard.bandwidth.com/api/']);
34
35
```
36
0 commit comments