Skip to content

Commit

Permalink
Update readme & upgrade example deps
Browse files Browse the repository at this point in the history
  • Loading branch information
zugarzeeker committed Nov 2, 2018
1 parent d136542 commit 12868f8
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ $confirmedApplication = $acrosureClient->getApplicationManager()->confirm(
List your applications (with or without query).

```php
$applications = $acrosureClient->getApplicationManager()->getList(query);
$applications = $acrosureClient->getApplicationManager()->getList(searchParams);
```

### Product
Expand All @@ -153,7 +153,7 @@ $product = $acrosureClient->getProductManager()->get("<product_id>");
List your products (with or without query).

```php
$products = $acrosureClient->getProductManager()->getList(query);
$products = $acrosureClient->getProductManager()->getList(searchParams);
```

### Policy
Expand All @@ -171,7 +171,7 @@ $policy = $acrosureClient->getPolicyManager()->get("<policy_id>");
List your policies (with or without query).

```php
$policies = $acrosureClient->getPolicyManager()->getList(query);
$policies = $acrosureClient->getPolicyManager()->getList(searchParams);
```

### Data
Expand Down
2 changes: 1 addition & 1 deletion examples/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "A PHP example for Acrosure PHP SDK.",
"type": "project",
"require": {
"acrosure/acrosure-php-sdk": "^1.0.9"
"acrosure/acrosure-php-sdk": "^1.0.11"
},
"license": "MIT",
"authors": [
Expand Down
14 changes: 7 additions & 7 deletions examples/composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 12868f8

Please sign in to comment.