This is an automated email from the ASF dual-hosted git repository.
dehowef pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/age.git
The following commit(s) were added to refs/heads/master by this push:
new ffa0f76c Updated README.md; Grammar correction (#742)
ffa0f76c is described below
commit ffa0f76cf256600c4940081512aa41cf0b9548ac
Author: Ken Woon <[email protected]>
AuthorDate: Wed May 3 11:11:39 2023 -0700
Updated README.md; Grammar correction (#742)
---
README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index d4e325aa..92729949 100644
--- a/README.md
+++ b/README.md
@@ -69,7 +69,7 @@
</br>
-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 databases 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 th [...]
+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 thi [...]
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.
@@ -304,7 +304,7 @@ $$) as (e agtype);
<h2><img height="20" src="/img/gettingstarted.svg"> Language
Specific Drivers</h2>
-Starting with Apache AGE is very simple. You can easily select your platform
and incorporate the relevant SDK into your code.
+Starting with Apache AGE is very simple. You can easily select your platform
and incorporate the relevant SDK into your code.
</br>
</br>
@@ -367,4 +367,4 @@ You can also get help from these videos.
You can improve ongoing efforts or initiate new ones by sending pull requests
to [this repository](https://github.com/apache/age).
Also, you can learn from the code review process, how to merge pull requests,
and from code style compliance to documentation by visiting the [Apache AGE
official site - Developer
Guidelines](https://age.apache.org/contribution/guide).
-Send all your comments and inquiries to the user mailing list,
[email protected].
+Send all your comments and inquiries to the user mailing list,
[email protected].
\ No newline at end of file