Skip to content

Commit

Permalink
Merge pull request #27 from DianaBanana888/master
Browse files Browse the repository at this point in the history
fixup in README for GameDistribution provider
  • Loading branch information
AleBles authored Apr 19, 2021
2 parents d0f9315 + c966b80 commit 451e8a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Once you're signed up you can check out [this guide](https://gamedistribution.co
So when you have your gameId you can start by registering the provider to the plugin:
```javascript
// Let's create a new provider, first argument should be the game, second should be the ad tag URL
var provider = new h5ads.GameDistributionAds(
var provider = new h5ads.GameDistribution(
'2d77cfd4b1e5487d998465c29de195b3' // Your gameId
);
h5ads.adWrapper.setAdProvider(provider);
Expand Down

0 comments on commit 451e8a3

Please sign in to comment.