From aea31aa51daa0064ce73c26404486c149ddd729f Mon Sep 17 00:00:00 2001 From: Lorenzo Mangani Date: Wed, 5 Jul 2023 19:40:55 +0200 Subject: [PATCH] Update README.md Signed-off-by: Lorenzo Mangani --- examples/node/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/node/README.md b/examples/node/README.md index 83aae6f..32aea06 100644 --- a/examples/node/README.md +++ b/examples/node/README.md @@ -5,7 +5,7 @@ Example gRPC Flight SQL API client using NodeJS #### Usage Install and import the [Influxdb3-js library](https://github.com/bonitoo-io/influxdb3-js) -``` +```javascript const {InfluxDBClient, Point} = require('@influxdata/influxdb3-client'); const token = "abc123"