Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Swimburger authored Aug 22, 2024
1 parent da1f2f8 commit d1c5a72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Add the dependency in your `build.gradle`:

```groovy
dependencies {
implementation 'com.assemblyai:assemblyai-java:1.x.x'
implementation 'com.assemblyai:assemblyai-java:x.x.x'
}
```

Expand All @@ -36,7 +36,7 @@ Add the dependency in your `pom.xml`:
<dependency>
<groupId>com.assemblyai</groupId>
<artifactId>assemblyai-java</artifactId>
<version>1.x.x</version>
<version>x.x.x</version>
</dependency>
```

Expand Down

0 comments on commit d1c5a72

Please sign in to comment.