Skip to content

Commit 90c9cb2

Browse files
authored
Merge pull request #51 from drproteus/typo/clinet-to-client
[Typo] clinet to client
2 parents 3e6c0dd + 7fd0e50 commit 90c9cb2

34 files changed

+2656
-385
lines changed

api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![npm](http://img.shields.io/npm/v/influxdb-nodejs.svg?style=flat-square)](https://www.npmjs.org/package/influxdb-nodejs)
66
[![Github Releases](https://img.shields.io/npm/dm/influxdb-nodejs.svg?style=flat-square)](https://github.com/vicanso/influxdb-nodejs)
77

8-
A simple clinet for influxdb, including these features:
8+
A simple client for influxdb, including these features:
99

1010
- Writing multiple points
1111

@@ -25,7 +25,7 @@ Writing multiple points and set schema for measurment
2525

2626
```js
2727
const Influx = require('influxdb-nodejs');
28-
const clinet = new Influx('http://127.0.0.1:8086/mydb');
28+
const client = new Influx('http://127.0.0.1:8086/mydb');
2929
const fieldSchema = {
3030
use: 'integer',
3131
bytes: 'integer',

0 commit comments

Comments
 (0)