From c0e11c160aa2639b695e0a2b26e9004d3da94bd4 Mon Sep 17 00:00:00 2001 From: Jeff Tao Date: Sat, 21 May 2022 04:38:25 +0800 Subject: [PATCH] Update index.md --- docs-en/20-third-party/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs-en/20-third-party/index.md b/docs-en/20-third-party/index.md index 45f70abc84..87bd9e0751 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 +``` -- GitLab