Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
murdercode authored Sep 27, 2024
1 parent 560379b commit bb531a3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,15 @@ composer require the-3labs-team/laravel-referral-rewriter-tag

## Usage

Before: https://www.amazon.i/dp/1520569912

```php
$referralRewriterTag = ReferralRewriterTag::rewrite('https://www.amazon.it/Hacklog-Anonimato-Manuale-Sicurezza-Informatica/dp/1520569912', 'my-tag', 'my-subtag');
$referralRewriterTag = ReferralRewriterTag::rewrite('https://www.amazon.it/dp/1520569912', 'my-tag', 'my-subtag');
```

After: https://www.amazon.it/dp/1520569912?tag=my-tag&ascsubtag=my-subtag


## Supported Shops

* Amazon
Expand Down

0 comments on commit bb531a3

Please sign in to comment.