Skip to content

Commit

Permalink
chore: update example
Browse files Browse the repository at this point in the history
  • Loading branch information
brokeyourbike committed Oct 19, 2021
1 parent 0e8789d commit 7548bf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -27,7 +27,7 @@ class APIClient

public function fetchProduct(string $productId)
{
$uri = $this->fetchUriFor('https://example.com', "products/{$productId}");
$uri = $this->resolveUriFor('https://example.com', "products/{$productId}");
}
}
```
Expand Down

0 comments on commit 7548bf2

Please sign in to comment.