We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e99247 commit 388ae82Copy full SHA for 388ae82
README.md
@@ -82,7 +82,7 @@ AdWords::withTargetedMonthlySearches()->searchVolumes(['cheesecake', 'coffee']);
82
83
### Include And Exclude Words For Keyword Ideas
84
```php
85
-AdWords::location(2642)->withTargetedMonthlySearches()->exclude(['iphone'])->include(['apple'])->keywordIdeas('iphone')
+AdWords::location(2642)->exclude(['iphone'])->include(['apple'])->keywordIdeas('iphone');
86
```
87
88
0 commit comments