From b96af615f0bc8bb9a002c45282f0ec47ba8b13d4 Mon Sep 17 00:00:00 2001 From: Meng Li Date: Sun, 25 Oct 2020 20:53:55 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 354eb29..2350913 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Pluto.shared.setup(server: "[server url]", appId: "[app id]") Implement signing in and signing up with the following methods -- `Pluto.shared.registerByEmaili()` +- `Pluto.shared.register()` - `Pluto.shared.resendValidationEmail()` - `Pluto.shared.loginWithAccount()` - `Pluto.shared.loginWithGoogle()` @@ -45,6 +45,7 @@ After signing in, get token or the header with token with the following methods Get and update user information with +- `Pluto.shared.currentUser` - `Pluto.shared.myInfo()` - `Pluto.shared.updateName()` - `Pluto.shared.uploadAvatar()`