Skip to content

Commit 388ae82

Browse files
author
Felix
committed
Fixed Readme Typo
1 parent 4e99247 commit 388ae82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ AdWords::withTargetedMonthlySearches()->searchVolumes(['cheesecake', 'coffee']);
8282

8383
### Include And Exclude Words For Keyword Ideas
8484
```php
85-
AdWords::location(2642)->withTargetedMonthlySearches()->exclude(['iphone'])->include(['apple'])->keywordIdeas('iphone')
85+
AdWords::location(2642)->exclude(['iphone'])->include(['apple'])->keywordIdeas('iphone');
8686
```
8787

8888

0 commit comments

Comments
 (0)