aboutsummaryrefslogtreecommitdiff
path: root/azalea-auth/README.md
diff options
context:
space:
mode:
authormat <git@matdoes.dev>2025-09-26 18:28:42 +0300
committermat <git@matdoes.dev>2025-09-26 18:28:42 +0300
commitc811dc471a31175d985e2d448a772c628dcad5f6 (patch)
tree8b93307d67f22cab90e24f96a7bafa67286ffd42 /azalea-auth/README.md
parent2dc8f5683f38297157ea541d2e0ed536aadafdf9 (diff)
downloadazalea-drasl-c811dc471a31175d985e2d448a772c628dcad5f6.tar.xz
update azalea-auth docs and variable names to make it clear that the cache key doesn't need to be an email
Diffstat (limited to 'azalea-auth/README.md')
-rw-r--r--azalea-auth/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/azalea-auth/README.md b/azalea-auth/README.md
index 8f7cd46b..d7026254 100644
--- a/azalea-auth/README.md
+++ b/azalea-auth/README.md
@@ -2,7 +2,8 @@
A port of Mojang's Authlib and launcher authentication.
-The default location of Azalea's cache is at `~/.minecraft/azalea-auth.json`. You can delete or modify this file if you'd like to associate an email with a different account.
+The default location of Azalea's cache is at `~/.minecraft/azalea-auth.json`.
+You can delete or modify this file if you'd like to associate a cache key (usually an email) with a different account.
# Examples