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.
1 parent f824c7c commit 18afc04Copy full SHA for 18afc04
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