From c3653f331c66516946935d31d29db7216fdf3587 Mon Sep 17 00:00:00 2001 From: Lukas Malkmus Date: Mon, 14 Aug 2023 17:15:59 +0200 Subject: [PATCH] doc: better wording in readme --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67bb68a0..0e9fddfe 100644 --- a/README.md +++ b/README.md @@ -58,8 +58,9 @@ client, err := axiom.NewClient( ) ``` -💡 _When only performing **ingest** or **query** operations, an api token is -sufficent enough. Create an api token with the appropriate scopes in +💡 _When only performing **ingest** or **query** operations, we recommend using +an api token with minimal privileges, only. Create an api token with the +appropriate scopes in [the Axiom API tokens settings](https://app.axiom.co/settings/api-tokens) and export it as `AXIOM_TOKEN`._