Skip to content

Commit 0c8fca4

Browse files
authored
Update README.md
1 parent 523f47b commit 0c8fca4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Add the dependency in your `build.gradle`:
1111

1212
```groovy
1313
dependencies {
14-
implementation 'com.vapi:vapi-java:0.x.x'
14+
implementation 'dev.vapi:server-sdk:0.x.x'
1515
}
1616
```
1717

@@ -21,8 +21,8 @@ Add the dependency in your `pom.xml`:
2121

2222
```xml
2323
<dependency>
24-
<groupId>com.vapi</groupId>
25-
<artifactId>vapi-java</artifactId>
24+
<groupId>dev.vapi</groupId>
25+
<artifactId>server-sdk</artifactId>
2626
<version>0.x.x</version>
2727
</dependency>
2828
```

0 commit comments

Comments
 (0)