This is an automated email from the ASF dual-hosted git repository. qiaojialin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git
commit c4f3f2015856f703eb6e3128b30b0ff9bf10ba77 Author: marcussorealheis <[email protected]> AuthorDate: Sat Jun 20 16:39:01 2020 -0700 fix the iindentation of both languages readme --- README.md | 2 +- README_ZH.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfcc8b1..38d652b 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ For the latest information about IoTDB, please visit [IoTDB official website](ht - [Quick Start](#quick-start) - [Prerequisites](#prerequisites) - [Installation](#installation) - - [Build from source](#build-from-source) + - [Build from source](#build-from-source) - [Configurations](#configurations) - [Start](#start) - [Start IoTDB](#start-iotdb) diff --git a/README_ZH.md b/README_ZH.md index d3e036b..4c4566f 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -60,8 +60,8 @@ IoTDB的主要特点如下: - [快速开始](#快速开始) - [环境准备](#环境准备) - [安装](#安装) - - [从源码构建](#从源码构建) - - [配置](#配置) + - [从源码构建](#从源码构建) + - [配置](#配置) - [开始](#开始) - [启动 IoTDB](#启动-iotdb) - [使用 IoTDB](#使用-iotdb)
