Skip to content

Commit

Permalink
docs:corrected some spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
menshibin committed Jan 24, 2025
1 parent f704002 commit a134e88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

English | [简体中文](README-CN.md)

## 简介
## Introduction

@tdengine/websocket is an efficient connector specially designed by TDengine for Node.js developers. It uses the WebSocket API provided by the taosAdapter component to establish a connection with TDengine, eliminating the dependence on TDengine client drivers and opening up a convenient development path for developers. With this powerful tool, developers can easily build applications for TDengine clusters. Whether it is performing complex SQL write and query tasks, implementing flexible schemaless write operations, or achieving highly real-time subscription functionality, this connector can easily and perfectly meet diverse data interaction needs in all aspects.

Expand Down Expand Up @@ -43,7 +43,7 @@ npm install @tdengine/websocket

Execute `tsc` to build the project in the 'nodejs' directory.

## Testinh
## Testing

1. Before conducting the test, please ensure that the TDengine server is installed, `taosd` and `taosAdapter` are started, and the database is in a clean and data free state.
2. Execute 'npm run test' in the 'nodejs' directory of the project to run the test. The test will connect to the local TDengine server and taosAdapter for testing.
Expand Down

0 comments on commit a134e88

Please sign in to comment.