Skip to content

Commit

Permalink
Fix types used in the doc
Browse files Browse the repository at this point in the history
  • Loading branch information
Abimael Martinez committed Feb 7, 2020
1 parent 620e6d0 commit dfa8fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nextrollBidAdapter.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ var adUnits = [
bidder: 'nextroll',
params: {
bidfloor: 1,
zoneId: 13144370,
zoneId: "13144370",
publisherId: "publisherid",
sellerId: "sellerid"
}
Expand All @@ -40,7 +40,7 @@ var adUnits = [
bidder: 'nextroll',
params: {
bidfloor: 2.3,
zoneId: 13144370,
zoneId: "13144370",
publisherId: "publisherid",
sellerId: "sellerid"
}
Expand Down

0 comments on commit dfa8fec

Please sign in to comment.