Skip to content

Commit

Permalink
Fix code example in README (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkancal authored May 25, 2021
1 parent a2c7afe commit 3bd1b9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/google_mobile_ads/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -810,7 +810,7 @@ which are used to support [custom targeting](https://support.google.com/admanage
final AdManagerAdRequest request = AdManagerAdRequest(
keywords: <String>['flutterio', 'beautiful apps'],
contentUrl: 'https://flutter.dev',
customTargeting: <String, String>{'some', 'targeting'},
customTargeting: <String, String>{'some': 'targeting'},
customTargetingLists: <String, List<String>>{'favoriteColors': <String>['red', 'yellow']},
);
```
Expand Down

0 comments on commit 3bd1b9f

Please sign in to comment.