From f050cc9ed8e348abd1c45062af869b766a12d63e Mon Sep 17 00:00:00 2001 From: Christian Himpe Date: Sun, 10 Sep 2023 22:44:55 +0200 Subject: [PATCH 1/2] Minor README update --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6ba0259993..c7597ce389 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@     - +     @@ -73,7 +73,7 @@ ArcadeDB understands multiple languages: - [SQL](https://docs.arcadedb.com#SQL) (from OrientDB SQL) - Neo4j [Cypher (Open Cypher)](https://docs.arcadedb.com#Cypher) -- [Apache Gremlin (Apache Tinkerpop v3.6.x)](https://docs.arcadedb.com#Gremlin-API) +- [Apache Gremlin (Apache Tinkerpop v3.7.x)](https://docs.arcadedb.com#Gremlin-API) - [GraphQL Language](https://docs.arcadedb.com#GraphQL) - [MongoDB Query Language](https://docs.arcadedb.com#MongoDB-API) @@ -85,6 +85,8 @@ ArcadeDB can be used as: - Remotely by using a [Redis driver](https://docs.arcadedb.com#Redis-API) (only a subset of the operations are implemented) - Remotely by using a [MongoDB driver](https://docs.arcadedb.com#MongoDB-API) (only a subset of the operations are implemented) +For more information, see the [documentation](https://docs.arcadedb.com). + ### Getting started in 5 minutes Start ArcadeDB Server with Docker: From a72c90447fa0d8d65053919c967720318d859331 Mon Sep 17 00:00:00 2001 From: Christian Himpe Date: Sun, 10 Sep 2023 23:24:44 +0200 Subject: [PATCH 2/2] README: have java11 and java17 button --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c7597ce389..27885d6eb5 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,8 @@     + +