From 656de399b88381eaf1b5f2b0a8b229068f714347 Mon Sep 17 00:00:00 2001 From: pierwill <19642016+pierwill@users.noreply.github.com> Date: Wed, 16 Oct 2019 08:58:20 -0700 Subject: [PATCH] Fix list formatting Closes #525 --- content/v2.0/write-data/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/v2.0/write-data/_index.md b/content/v2.0/write-data/_index.md index b884ab9c0..75f34e9c1 100644 --- a/content/v2.0/write-data/_index.md +++ b/content/v2.0/write-data/_index.md @@ -26,9 +26,9 @@ the InfluxDB user interface (UI), and client libraries. To write data into InfluxDB, you need the following: -- an **organization** -- a **bucket**; and -- an [**authentication token**](/v2.0/security/tokens/). +- an organization +- a bucket +- an [authentication token](/v2.0/security/tokens/) The [InfluxDB setup process](/v2.0/get-started/#set-up-influxdb) creates each of these.