Skip to content

Commit

Permalink
Rename rtbdemandAdkBidAdapter.js to rtbdemandadkBidAdapter.js (#2553)
Browse files Browse the repository at this point in the history
* Rename rtbdemandAdkBidAdapter.js to rtbdemandadkBidAdapter.js

* Update and rename rtbdemandAdkBidAdapter_spec.js to rtbdemandadkBidAdapter_spec.js

* Update and rename rtbdemandAdkBidAdapter.md to rtbdemandadkBidAdapter.md
  • Loading branch information
rtbdemand authored and mkendall07 committed May 28, 2018
1 parent 112d360 commit 3e8beb2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Overview

```
Module Name: RtbdemandAdk Bidder Adapter
Module Name: Rtbdemandadk Bidder Adapter
Module Type: Bidder Adapter
Maintainer: shreyanschopra@rtbdemand.com
```

# Description

Connects to RtbdemandAdk whitelabel platform.
Connects to Rtbdemandadk whitelabel platform.
Banner and video formats are supported.


Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import {expect} from 'chai';
import {spec} from 'modules/rtbdemandAdkBidAdapter';
import {spec} from 'modules/rtbdemandadkBidAdapter';
import * as utils from 'src/utils';

describe('RtbdemandAdk adapter', () => {
describe('rtbdemandadk adapter', () => {
const bid1_zone1 = {
bidder: 'rtbdemandadk',
bidId: 'Bid_01',
Expand Down

0 comments on commit 3e8beb2

Please sign in to comment.