Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit d1c5a72

Browse files
authored
Update README.md
1 parent da1f2f8 commit d1c5a72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

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

2525
```groovy
2626
dependencies {
27-
implementation 'com.assemblyai:assemblyai-java:1.x.x'
27+
implementation 'com.assemblyai:assemblyai-java:x.x.x'
2828
}
2929
```
3030

@@ -36,7 +36,7 @@ Add the dependency in your `pom.xml`:
3636
<dependency>
3737
<groupId>com.assemblyai</groupId>
3838
<artifactId>assemblyai-java</artifactId>
39-
<version>1.x.x</version>
39+
<version>x.x.x</version>
4040
</dependency>
4141
```
4242

0 commit comments

Comments
 (0)