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"