diff --git a/README.md b/README.md index 335c1cd4..6941d903 100644 --- a/README.md +++ b/README.md @@ -928,7 +928,7 @@ Play Game Console. ### Getting another server auth code after exchanging the first code If your back end server interactions requires you to send a server auth code more than once per authenticated session, you can call - `PlaPlayGamesPlatform.Instance.GetAnotherServerAuthCode(Action callback)` + `PlayGamesPlatform.Instance.GetAnotherServerAuthCode(Action callback)` This method requires the player to be aready authenticated and correctly configured to request server auth codes on this client. This method is implemented by calling Google Sign-in silently which returns a new server auth code when already signed in.