From c601615e17640b1c24990c216446a0bee7e73452 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Albert=20Rodr=C3=ADguez?= Date: Tue, 7 Apr 2026 11:22:09 +0200 Subject: [PATCH] Update desmos.md --- desmos.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmos.md b/desmos.md index 8516f41..4320665 100644 --- a/desmos.md +++ b/desmos.md @@ -248,7 +248,7 @@ SECURITY_PRIVATE_KEY=0xabc123def456789... ```bash # Encode your LEARCredentialMachine to base64 -$ cat lear-credential.json | base64 -w 0 +$ cat lear-credential.txt | base64 -w 0 ``` ```properties