From dedf9ca6275c4e3becdc31b9b005d0b74b085ecf Mon Sep 17 00:00:00 2001 From: meelahme Date: Fri, 2 May 2025 09:52:48 -0700 Subject: [PATCH] chore(cli): removing numbered list --- content/shared/influxdb3-cli/create/last_cache.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/content/shared/influxdb3-cli/create/last_cache.md b/content/shared/influxdb3-cli/create/last_cache.md index 4ea3e38f9..e43963855 100644 --- a/content/shared/influxdb3-cli/create/last_cache.md +++ b/content/shared/influxdb3-cli/create/last_cache.md @@ -49,11 +49,9 @@ Before creating a last value cache, you must: Before creating a distinct value cache, you must: -1. Create a [database](/influxdb3/version/reference/cli/influxdb3/create/database/). - -2. Create a [table](/influxdb3/version/reference/cli/influxdb3/create/table/) with the columns you want to cache. - -3. Have a valid authentication token. +- Create a [database](/influxdb3/version/reference/cli/influxdb3/create/database/). +- Create a [table](/influxdb3/version/reference/cli/influxdb3/create/table/) with the columns you want to cache. +- Have a valid authentication token. ## Examples