Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Misprints in README.md (showLeaderboard and signout) #23

Open
Samleo8 opened this issue Jun 15, 2018 · 0 comments
Open

Misprints in README.md (showLeaderboard and signout) #23

Samleo8 opened this issue Jun 15, 2018 · 0 comments

Comments

@Samleo8
Copy link

Samleo8 commented Jun 15, 2018

There are 2 misprints in the README.md:

1. Sign Out
googleplaygame.signout(); should be googleplaygame.signOut();
2. Show Leaderboards
var data = { leaderboardId: "board1" }; googleplaygame.showLeaderboard(leaderboardId);

should be

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

#14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant