Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fern-support authored Oct 25, 2024
1 parent 523f47b commit 0c8fca4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'com.vapi:vapi-java:0.x.x'
implementation 'dev.vapi:server-sdk:0.x.x'
}
```

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

```xml
<dependency>
<groupId>com.vapi</groupId>
<artifactId>vapi-java</artifactId>
<groupId>dev.vapi</groupId>
<artifactId>server-sdk</artifactId>
<version>0.x.x</version>
</dependency>
```
Expand Down

0 comments on commit 0c8fca4

Please sign in to comment.