diff --git a/README.md b/README.md index 4d27674..1ea2545 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ repositories { // Project level dependencies section dependencies { - implementation "com.goterl.lazycode:lazysodium-java:VERSION_NUMBER" + implementation "com.goterl:lazysodium-java:VERSION_NUMBER" implementation "net.java.dev.jna:jna:JNA_NUMBER" } ```