edgedb / edgedb-java

The official Java client library for EdgeDB
Apache License 2.0
19 stars 4 forks source link

wrong dependency in readme #19

Closed Musimo closed 1 year ago

Musimo commented 1 year ago

fix a typo in the dependencies for Gradle and Maven in "README.md"

Gradle: implementation 'com.edgedb:edgedb:0.2.1'

Should be changed to: implementation 'com.edgedb:driver:0.2.1'

Maven: artifactId: edgedb

Should be changed to: artifactId: driver