diff --git a/README.md b/README.md
index d977fc3..77d1028 100644
--- a/README.md
+++ b/README.md
@@ -12,12 +12,12 @@ search, metadata, hooks, API keys, and system health.
## Installation
-Available on [Maven Central](https://central.sonatype.com/artifact/com.blnkfinance/blnk-sdk):
+Available on [Maven Central](https://central.sonatype.com/artifact/com.blnkfinance/blnk-java):
```xml
com.blnkfinance
- blnk-sdk
+ blnk-java
1.3.0
```
@@ -25,7 +25,7 @@ Available on [Maven Central](https://central.sonatype.com/artifact/com.blnkfinan
Gradle:
```kotlin
-implementation("com.blnkfinance:blnk-sdk:1.3.0")
+implementation("com.blnkfinance:blnk-java:1.3.0")
```
The only runtime dependency is Jackson Databind; HTTP uses the JDK's built-in
diff --git a/pom.xml b/pom.xml
index b5e1b56..8d3e7c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
4.0.0
com.blnkfinance
- blnk-sdk
+ blnk-java
1.3.0
jar