From d530055d7968f2f0ee2c792769bd5a5840cd92d1 Mon Sep 17 00:00:00 2001 From: Islam Shehata Date: Wed, 22 May 2024 21:23:43 +0300 Subject: [PATCH] fix(docs): replaced cloud.axiom with app.axiom --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2fe61ca5..22032623 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ module.exports = withAxiom({ If you are using the [Vercel integration](https://www.axiom.co/vercel), no further configuration is required. -Otherwise create a dataset and an API token in [Axiom settings](https://cloud.axiom.co/settings/profile), then export them as environment variables `NEXT_PUBLIC_AXIOM_DATASET` and `NEXT_PUBLIC_AXIOM_TOKEN`. +Otherwise create a dataset and an API token in [Axiom settings](https://app.axiom.co/settings/profile), then export them as environment variables `NEXT_PUBLIC_AXIOM_DATASET` and `NEXT_PUBLIC_AXIOM_TOKEN`. ## Usage