Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakiboy committed Jan 29, 2025
1 parent 027f936 commit beded7b
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
Expand Up @@ -78,7 +78,7 @@ use Apaapi\includes\Builder;
$builder = new Builder('_KEY_', '_SECRET_', '_TAG_', '_LOCALE_');

// (2) Get response (Search)
$data = $builder->searchOne('Sony Xperia Pro-I'); // Normalized array
$data = $builder->searchOne('Sony Xperia 1 VI'); // Normalized array

```

Expand All @@ -100,7 +100,7 @@ use Apaapi\includes\Product;
$scraper = new Product('B0D1C9HRFP', '_LOCALE_', '_TAG_');

// (2) Get response
$data = $scraper->get(); // Normalized array
$data = $scraper->get(); // Array

```

Expand Down

0 comments on commit beded7b

Please sign in to comment.