Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoroldvix authored Jul 20, 2024
1 parent e02b9fd commit 97599b3
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 @@ -41,20 +41,20 @@ Inspired by [Python library](https://github.com/jdepoix/youtube-transcript-api).
<dependency>
<groupId>io.github.thoroldvix</groupId>
<artifactId>youtube-transcript-api</artifactId>
<version>0.3.3</version>
<version>0.3.4</version>
</dependency>
```

### Gradle

```groovy
implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.3'
implementation 'io.github.thoroldvix:youtube-transcript-api:0.3.4'
```

### Gradle (kts)

```kotlin
implementation("io.github.thoroldvix:youtube-transcript-api:0.3.3")
implementation("io.github.thoroldvix:youtube-transcript-api:0.3.4")
```

## 🔰 Getting Started
Expand Down

0 comments on commit 97599b3

Please sign in to comment.