Skip to content

Commit

Permalink
Merge pull request #60 from apivideo/fix-api-video-case
Browse files Browse the repository at this point in the history
Fix api.video case in php client
  • Loading branch information
bot-api-video authored Mar 9, 2023
2 parents 30320dc + 5ec27b2 commit 82fd60c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ In order to run the PhpUnit tests, it is necessary to enter two variables in the
- `BASE_URI` (for example : `https://sandbox.api.video`)
- `API_KEY`

These identifiers must belong to a real Api.video account.
These identifiers must belong to a real api.video account.

```
$ BASE_URI="" API_KEY="..." vendor/bin/phpunit
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<ini name="error_reporting" value="-1"/>
</php>
<testsuites>
<testsuite name="Api.video PHP client Test Suite">
<testsuite name="api.video PHP client Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
Expand Down
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
const DEFAULT_CHUNK_SIZE = 50 * 1024 * 1024;

/**
* Api.video client
* api.video client
*/
class Client
{
Expand Down

0 comments on commit 82fd60c

Please sign in to comment.