diff --git a/README.md b/README.md index 6482f09..b576537 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ It targets JVM, JS (node and browser), and all native targets. ```gradle dependencies { - implementation("com.nfeld.jsonpathkt:jsonpathkt-kotlinx:3.0.0") + implementation("com.eygraber:jsonpathkt-kotlinx:3.0.0") } ``` @@ -33,7 +33,7 @@ You can use JsonPathKt with [JSON-java (org.json)](https://github.com/stleary/JS ```gradle dependencies { - implementation("com.nfeld.jsonpathkt:jsonpathkt-jsonjava:3.0.0") + implementation("com.eygraber:jsonpathkt-jsonjava:3.0.0") } ```