Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tanelt committed Nov 26, 2017
1 parent d768ad3 commit 66b2c4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ composer require actualreports/pdfgeneratorapi-php

### Usage
```php
$client = new \ActualReports\PDFGeneratorAPI\Client($token, $secret);
$client = new \ActualReports\PDFGeneratorAPI\Client($key, $secret);
$client->setWorkspace('unique@workspace.com');
```

Expand Down

0 comments on commit 66b2c4a

Please sign in to comment.