Skip to content

Commit

Permalink
Merge pull request #33 from DreadKnight/patch-1
Browse files Browse the repository at this point in the history
aligned comments
  • Loading branch information
Ale Bles authored Aug 2, 2018
2 parents b5de27c + edd5f61 commit 503e4af
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 @@ -54,7 +54,7 @@ So when you have your gameId you can start by registering the provider to the pl
// Let's create a new provider, first argument should be the game, second should be the ad tag URL
var provider = new PhaserAds.AdProvider.GameDistributionAds(
game, // Your Phaser game instance
'2d77cfd4b1e5487d998465c29de195b3' // Your gameId
'2d77cfd4b1e5487d998465c29de195b3' // Your gameId
);
game.ads.setAdProvider(provider);
```
Expand Down

0 comments on commit 503e4af

Please sign in to comment.