You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-13Lines changed: 13 additions & 13 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ or edit the `composer.json` file and add:
31
31
To start, create a new `TestingBot\TestingBotAPI` object and pass in the key and secret you obtained from [TestingBot](https://testingbot.com/members/user/edit)
32
32
33
33
```php
34
-
$api = new TestingBot\TestingBotAPI($key, $secret);
34
+
$api = new TestingBot\TestingBotAPI($key, $secret);
35
35
```
36
36
37
37
Now you can use the various methods we've made available to interact with the API:
@@ -40,84 +40,84 @@ Now you can use the various methods we've made available to interact with the AP
0 commit comments