You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ha...@apache.org on 2023/01/17 06:29:48 UTC

[iotdb] branch master updated: Fix typo in README

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 5e2e9d33c7 Fix typo in README
5e2e9d33c7 is described below

commit 5e2e9d33c7c6ef6b4616d40f6e95bb4001f3fa24
Author: Haonan <hh...@outlook.com>
AuthorDate: Tue Jan 17 14:29:40 2023 +0800

    Fix typo in README
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 3c34ddae66..78409964fa 100644
--- a/README.md
+++ b/README.md
@@ -257,7 +257,7 @@ Now, let us introduce the way of creating timeseries, inserting data and queryin
 The data in IoTDB is organized as timeseries. Each timeseries includes multiple data-time pairs, and is owned by a database. Before defining a timeseries, we should define a database using CREATE DATABASE first, and here is an example:
 
 ```
-IoTDB> CREATE DATABSE root.ln
+IoTDB> CREATE DATABASE root.ln
 ```
 
 We can also use SHOW DATABASES to check the database being created: