Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lm2343635 authored Oct 25, 2020
1 parent 2f3a917 commit b96af61
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()`
Expand All @@ -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()`
Expand Down

0 comments on commit b96af61

Please sign in to comment.