From 0d56b81bf248f3e6757cd5a9269066d3377bcf16 Mon Sep 17 00:00:00 2001 From: Bo Ding Date: Sun, 1 May 2022 18:03:39 +0800 Subject: [PATCH] docs: fix format error --- docs-cn/04-develop/01-connect/index.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/docs-cn/04-develop/01-connect/index.md b/docs-cn/04-develop/01-connect/index.md index 144b08433d..07bcc8ea12 100644 --- a/docs-cn/04-develop/01-connect/index.md +++ b/docs-cn/04-develop/01-connect/index.md @@ -136,18 +136,19 @@ Node.js 连接器通过不同的包提供不同的连接方式。 1. 安装 Node.js 原生连接器 -``` -npm i td2.0-connector -``` + ``` + npm i td2.0-connector + ``` :::note 推荐 Node 版本大于等于 `node-v12.8.0` 小于 `node-v13.0.0` +::: + +2. 安装 Node.js REST 连接器 -::: 2. 安装 Node.js REST 连接器 - -``` -npm i td2.0-rest-connector -``` + ``` + npm i td2.0-rest-connector + ``` -- GitLab