This is an automated email from the ASF dual-hosted git repository.
haonan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git
The following commit(s) were added to refs/heads/master by this push:
new bc34211891 Fix typo in README.md (#9065)
bc34211891 is described below
commit bc342118919fdfbc0dcb8c839d40550590f9cf00
Author: Jack <[email protected]>
AuthorDate: Wed Feb 15 23:13:30 2023 +0800
Fix typo in README.md (#9065)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 78409964fa..acf9f04792 100644
--- a/README.md
+++ b/README.md
@@ -272,7 +272,7 @@ IoTDB> SHOW DATABASES
Total line number = 1
```
-After the database is set, we can use CREATE TIMESERIES to create a new
timeseries. When creating a timeseries, we should define its data type and the
encoding scheme. Here We create two timeseries:
+After the database is set, we can use CREATE TIMESERIES to create a new
timeseries. When creating a timeseries, we should define its data type and the
encoding scheme. Here we create two timeseries:
```
IoTDB> CREATE TIMESERIES root.ln.wf01.wt01.status WITH DATATYPE=BOOLEAN,
ENCODING=PLAIN