This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/tsfile.git
The following commit(s) were added to refs/heads/develop by this push:
new 72011575 fix typo of Multi (#210)
72011575 is described below
commit 72011575f39d28dcdcc1aed2aca140f3c45b9861
Author: ZhangJian He <[email protected]>
AuthorDate: Sun Aug 18 17:57:32 2024 +0800
fix typo of Multi (#210)
Signed-off-by: ZhangJian He <[email protected]>
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index a5983790..90e67883 100644
--- a/README.md
+++ b/README.md
@@ -46,7 +46,7 @@ TsFile is the first existing standard file format for time
series data. Despite
TsFile offers several distinctive features and benefits:
-- Mutil Language Independent Use: Multiple language SDK can be used to
directly read and write TsFile, making it possible for some lightweight data
reading and writing scenarios.
+- Multi Language Independent Use: Multiple language SDK can be used to
directly read and write TsFile, making it possible for some lightweight data
reading and writing scenarios.
- Efficient Writing and Compression: A column storage format tailored for time
series, organizing data by device and ensuring continuous storage of data for
each sequence, minimizing storage space. Compared to CSV, the compression ratio
can be increased by more than 90%.