Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ciaran16 committed Feb 11, 2019
1 parent f97a449 commit e040eae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# OpenAPIClient-php
# onfido-php
The Onfido API is used to submit check requests.

This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
Expand Down Expand Up @@ -37,7 +37,7 @@ Then run `composer install`
Download the files and include `autoload.php`:

```php
require_once('/path/to/OpenAPIClient-php/vendor/autoload.php');
require_once('/path/to/onfido-php/vendor/autoload.php');
```

## Tests
Expand Down

0 comments on commit e040eae

Please sign in to comment.