Skip to content

Commit

Permalink
Update README.adoc
Browse files Browse the repository at this point in the history
  • Loading branch information
otaviojava committed Apr 3, 2023
1 parent 1b95e60 commit c9276b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ Jakarta NoSQL provides a Key-Value template to explore the specific behavior of
</dependency>
----

Furthermore, check for a Key-Value communications driver. You can find some implementations in the JNoSQL https://github.com/eclipse/jnosql-communication-driver[Communications Driver API].
Furthermore, check for a Key-Value databases. You can find some implementations in the https://github.com/eclipse/jnosql-databases[JNoSQL Databases].

[source,java]
----
Expand Down Expand Up @@ -247,7 +247,7 @@ Jakarta NoSQL provides a Column Family template to explore the specific behavior
</dependency>
----

Furthermore, check for a Column Family communications driver. You can find some implementations in the JNoSQL https://github.com/eclipse/jnosql-communication-driver[Communications Driver API].
Furthermore, check for a Column Family databases. You can find some implementations in the https://github.com/eclipse/jnosql-databases[JNoSQL Databases].

[source,java]
----
Expand Down Expand Up @@ -342,7 +342,7 @@ Jakarta NoSQL provides a Document template to explore the specific behavior of t
</dependency>
----

Furthermore, check for a Document communications driver. You can find some implementations in the JNoSQL https://github.com/eclipse/jnosql-communication-driver[Communications Driver API].
Furthermore, check for a Document databases. You can find some implementations in the https://github.com/eclipse/jnosql-databases[JNoSQL Databases].

[source,java]
----
Expand Down

0 comments on commit c9276b9

Please sign in to comment.