diff --git a/docs-en/20-third-party/index.md b/docs-en/20-third-party/index.md index 45f70abc844eb3022e786fbf023b82fc06f22367..87bd9e075133d1182ee93d1c1c43617c766755b9 100644 --- a/docs-en/20-third-party/index.md +++ b/docs-en/20-third-party/index.md @@ -2,11 +2,11 @@ title: Third Party Tools --- -TDengine's support for standard SQL commands, common database connector standards (e.g., JDBC), ORM, and other popular time-series database writing protocols (e.g., InfluxDB Line Protocol, OpenTSDB JSON, OpenTSDB Telnet, etc.) makes TDengine very easy to use with third-party tools. +Since TDengine supports standard SQL commands, common database connector standards (e.g., JDBC), ORM, and other popular time-series database writing protocols (e.g., InfluxDB Line Protocol, OpenTSDB JSON, OpenTSDB Telnet, etc.), it is very easy to integrate TDengine with other third party tools. You only need to provide simple configuration, the integration can be done without a line of code. ```mdx-code-block import DocCardList from '@theme/DocCardList'; import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; -``` \ No newline at end of file +```