diff --git a/README.md b/README.md
index 6f1aab93a..7e214f79d 100644
--- a/README.md
+++ b/README.md
@@ -56,7 +56,7 @@
What is Apache AGE?
-[Apache AGE](https://age.apache.org/#) is an extension for PostgreSQL that enables users to leverage a graph database on top of the existing relational databases. AGE is an acronym for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model database fork of PostgreSQL. The basic principle of the project is to create a single storage that handles both the relational and graph data model so that the users can use the standard ANSI SQL along with openCypher, one of the most popular graph query languages today.
+[Apache AGE](https://age.apache.org/#) is an extension for PostgreSQL that enables users to leverage a graph database on top of the existing relational databases. AGE is an acronym for A Graph Extension and is inspired by Bitnine's AgensGraph, a multi-model database fork of PostgreSQL. The basic principle of the project is to create a single storage that handles both the relational and graph data model so that the users can use the standard ANSI SQL along with openCypher, one of the most popular graph query languages today. There is a strong need for cohesive, easy-to-implement multi-model databases. As an extension of PostgreSQL, AGE supports all the functionalities and features of PostgreSQL while also offering a graph model to boot.
@@ -67,10 +67,6 @@
-Since AGE is based on the powerful PostgreSQL RDBMS, it is robust and fully featured. AGE is optimized for handling complex connected graph data. It provides plenty of robust database features essential to the database environment, including ACID transactions, multi-version concurrency control (MVCC), stored procedure, triggers, constraints, sophisticated monitoring, and a flexible data model (JSON). Users with a relational database background who require graph data analytics can use this extension with minimal effort because they can use existing data without going through migration.
-
-There is a strong need for cohesive, easy-to-implement multi-model databases. As an extension of PostgreSQL, AGE supports all the functionalities and features of PostgreSQL while also offering a graph model to boot.
-
Overview
@@ -331,19 +327,6 @@ Starting with Apache AGE is very simple. You can easily select your platform and
- Community
-
-Join the AGE community for help, questions, discussions, and contributions.
-
-- Check our [website](https://age.apache.org/)
-- Ask your AGE-related questions and answers on [Stack overflow](https://stackoverflow.com/questions/tagged/apache-age)
-- Discuss about AGE on [GitHub Discussions](https://github.com/apache/age/discussions)
-- Share your feedback on [GitHub Issues](https://github.com/apache/age/issues)
-- Follow us on [X](https://twitter.com/apache_age)
-- Subscribe to our developer mailing list by sending an email to dev-subscribe@age.apache.org
-- Subscribe to our user mailing list by sending an email to users-subscribe@age.apache.org
-
-
Graph Visualization Tool for AGE