From c811dc471a31175d985e2d448a772c628dcad5f6 Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 26 Sep 2025 18:28:42 +0300 Subject: update azalea-auth docs and variable names to make it clear that the cache key doesn't need to be an email --- azalea-auth/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'azalea-auth/README.md') 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 -- cgit v1.2.3