From 162253843f9d0cd5cfb1f71c29c7dbdc3756b14a Mon Sep 17 00:00:00 2001 From: Jamie Strandboge Date: Wed, 19 Jul 2023 12:22:52 -0500 Subject: [PATCH] chore: fine-tune README.md based on additional feedback --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 31041f9d..49a98427 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ [![License](https://img.shields.io/github/license/influxdata/influxdb-client-go.svg)](https://github.com/influxdata/influxdb-client-go/blob/master/LICENSE) [![Slack Status](https://img.shields.io/badge/slack-join_chat-white.svg?logo=slack&style=social)](https://www.influxdata.com/slack) -This repository contains the Go client library for use with InfluxDB 2.0 specifically with Flux. For InfluxDB 3.0 users, utilize the lightweight [v3 client library](https://github.com/InfluxCommunity/influxdb3-go). Most users of previous versions of InfluxDB will want to use InfluxQL and the [v1 client library](https://github.com/influxdata/influxdb/tree/1.8/client). +This repository contains the Go client library for use with InfluxDB 2.x and Flux. InfluxDB 3.x users should instead use the lightweight [v3 client library](https://github.com/InfluxCommunity/influxdb3-go). InfluxDB 1.x users should use the [v1 client library](https://github.com/influxdata/influxdb/tree/1.8/client). + +For ease of migration and a consistent query and write experience, v2 users should consider using InfluxQL and the [v1 client library](https://github.com/influxdata/influxdb/tree/1.8/client). - [Features](#features) - [Documentation](#documentation)