This is an automated email from the ASF dual-hosted git repository. jackietien pushed a commit to branch iotdb in repository https://gitbox.apache.org/repos/asf/tsfile.git
commit d11acf3574d29d35fb50ab44d225fcb578a8e6f1 Author: Jialin Qiao <[email protected]> AuthorDate: Tue May 28 19:23:01 2024 +0800 Update README.md (#91) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8d673dfb..0cb63db0 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ Its development facilitates efficient data encoding, compression, and access, re | BOOLEAN | RLE | LZ4 | | TEXT | DICTIONARY | LZ4 | -more see[Docs](https://iotdb.apache.org/UserGuide/latest/Basic-Concept/Encoding-and-Compression.html) +more see [Docs](https://iotdb.apache.org/UserGuide/latest/Basic-Concept/Encoding-and-Compression.html) ## Build TsFile
