diff --git a/README.md b/README.md index 9e2cdb88de..28d31ace60 100644 --- a/README.md +++ b/README.md @@ -1071,7 +1071,7 @@ Wide column stores offer high availability and high scalability. They are often In a graph database, each node is a record and each arc is a relationship between two nodes. Graph databases are optimized to represent complex relationships with many foreign keys or many-to-many relationships. -Graphs databases offer high performance for data models with complex relationships, such as a social network. They are relatively new and are not yet widely-used; it might be more difficult to find development tools and resources. Many graphs can only be accessed with [REST APIs](#representational-state-transfer-rest). +Graph databases offer high performance for data models with complex relationships, such as a social network. They are relatively new and are not yet widely-used; it might be more difficult to find development tools and resources. Many graphs can only be accessed with [REST APIs](#representational-state-transfer-rest). ##### Source(s) and further reading: graph