ptgamr / cordova-google-play-game

Cordova Plugin For Google Play Game Service
35 stars 64 forks source link

Misprint in readme:showLeaderboard #14

Open rotoxl opened 9 years ago

rotoxl commented 9 years ago

In readme, section "Show specific leaderboard" theres a misprint:

Should be:

var data = {
    leaderboardId: "board1"
};
googleplaygame.showLeaderboard(data);

(says googleplaygame.showLeaderboard(leaderboardId);)

Samleo8 commented 6 years ago

Yes, this desperately needs to be changed.. Caused me much problems. README also needs to be edited for the cordova-plugin-play-game-services plugin by @artberri which forks this one.