From f4ceb659404a045feb019ef4b4883dee83063155 Mon Sep 17 00:00:00 2001 From: Amolith Date: Fri, 19 Dec 2025 08:33:01 -0700 Subject: [PATCH] docs(client): fix access token instructions Assisted-by: Claude Opus 4.5 via Crush --- lunatask.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lunatask.go b/lunatask.go index ce9a9fa79b8052466f284327efdee02127f2d9f2..d2c4ad726c1ea21e88c6f0bbe44e34f9ea0567e7 100644 --- a/lunatask.go +++ b/lunatask.go @@ -124,7 +124,7 @@ func WithBaseURL(url string) Option { } // NewClient creates a new Lunatask API client. -// Generate an access token at https://lunatask.app/account under "API Access". +// Generate an access token in the Lunatask desktop app under Settings → Access tokens. func NewClient(accessToken string, opts ...Option) *Client { client := &Client{ accessToken: accessToken,