This is an automated email from the ASF dual-hosted git repository.

hanahmily pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/skywalking-banyandb.git


The following commit(s) were added to refs/heads/main by this push:
     new 3f23472a chore: add BanyanDB on X in README (#353)
3f23472a is described below

commit 3f23472a26471e2d031b242e6229e52b4461f9d1
Author: tison <[email protected]>
AuthorDate: Thu Nov 9 17:40:50 2023 +0800

    chore: add BanyanDB on X in README (#353)
    
    Signed-off-by: tison <[email protected]>
    Co-authored-by: 吴晟 Wu Sheng <[email protected]>
---
 README.md                  | 2 +-
 docs/concept/clustering.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 212f99b2..4cf9d42d 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ The database research community usually uses [RUM 
conjecture](http://daslab.seas
 * Mail list: **[email protected]**. Mail to 
[email protected], follow the reply to subscribe the mail 
list.
 * Send `Request to join SkyWalking slack` mail to the mail 
list(`[email protected]`), we will invite you in.
 * For Chinese speaker, send `[CN] Request to join SkyWalking slack` mail to 
the mail list(`[email protected]`), we will invite you in.
-* Twitter, [ASFSkyWalking](https://twitter.com/ASFSkyWalking)
+* X (Twitter): [@BanyanDB](https://twitter.com/BanyanDB) and 
[@ASFSkyWalking](https://twitter.com/ASFSkyWalking)
 
 ## Documents
 
diff --git a/docs/concept/clustering.md b/docs/concept/clustering.md
index 46141d73..624bc828 100644
--- a/docs/concept/clustering.md
+++ b/docs/concept/clustering.md
@@ -31,7 +31,7 @@ Liaison Nodes are also responsible for handling computational 
tasks associated w
 
 BanyanDB integrates multiple roles into a single process in the standalone 
mode, making it simpler and faster to deploy. This mode is especially useful 
for scenarios with a limited number of data points or for testing and 
development purposes.
 
-In this mode, the single process performs the roles of the Liaison Node, Data 
Node, and Meta Node. It receives requests, maintains metadata, processes 
queries, and handles data, all within a unified setup.
+In this mode, the single process performs the roles of the Liaison Node, Data 
Node, and Meta Node. It receives requests, maintains metadata, processes 
queries, and handles data, all within a unified setup.
 
 ## 2. Communication within a Cluster
 

Reply via email to