From 362cbcef893e76d5dbb778c584b86c10b857ac12 Mon Sep 17 00:00:00 2001 From: Gaballa Date: Mon, 9 Mar 2026 15:10:08 -0700 Subject: [PATCH] Revise token secrecy warning in README Updated warning format for token secrecy in README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index da16306..2acb285 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,8 @@ - `read:org` (if you want to access organization-level data) 4. Click **"Generate token"** and **copy** the token (you won’t be able to see it again). -> ⚠️ **Important:** Keep this token secret! Treat it like a password. +> [!Important] +> Keep this token secret! Treat it like a password. Note: To build a distributable version of this app, use `uv build`.