diff --git a/README.md b/README.md index 096afce..cbb4dcd 100644 --- a/README.md +++ b/README.md @@ -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}"); } } ```