Skip to content
This repository was archived by the owner on Aug 18, 2024. It is now read-only.

Commit 5a5ea3d

Browse files
authored
Update README.md
1 parent 6949f1e commit 5a5ea3d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
**Still in early development. Not yet battle tested.**
44

5-
So far this plugin only supports some of the account features & storing of session cookie.
6-
Cookies & user info is automatically stored on disk for ease of use.
5+
So far the Unity plugin for Appwrite supports some of the account features.
6+
It stores the session cookie automatically for you, meaning you keep your session even upon restart.
77

88
Current features
99
- Login
@@ -27,7 +27,7 @@ Dependencies
2727

2828
### Install UniTask
2929

30-
This package relies on UniTask, a package that uses a lot less allocations for C# Tasks.
30+
This package makes use of UniTask, a package that uses a lot less allocations for C# Tasks.
3131
It also makes deploying to WebGL easier as regular Tasks cause errors with WebGL.
3232
To install UniTask go here: https://github.com/Cysharp/UniTask#upm-package
3333

0 commit comments

Comments
 (0)