Skip to content
This repository was archived by the owner on Jan 3, 2020. It is now read-only.

Commit f7732f0

Browse files
committed
Updated docs
1 parent 99b1211 commit f7732f0

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
## dev-master
66

7-
## 1.1.0 - 2018-01-14
7+
## 1.1.1 - 2018-01-14
88

99
* Added support for API key authorization.
1010

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,21 @@ to your Zend Framework 3 application:
2929

3030
Note: The `.dist` prefix has been removed.
3131

32-
Then, add your ReportingCloud credentials to the configuration file:
32+
Then, add your ReportingCloud credentials to the configuration file.
33+
34+
Do this using either an API key:
35+
36+
```php
37+
return [
38+
'reportingcloud' => [
39+
'credentials' => [
40+
'api_key' => 'your-api-key',
41+
],
42+
],
43+
];
44+
```
45+
46+
Or your username and password:
3347

3448
```php
3549
return [

0 commit comments

Comments
 (0)