Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufyilmazfr authored Dec 29, 2022
1 parent f22ba43 commit d282b05
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,9 @@ before getting started, you have to define dependency on your `pom.xml` file.
<dependency>
<groupId>io.github.yusufyilmazfr</groupId>
<artifactId>podcast4j</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0.0</version>
</dependency>
</dependencies>

<repositories>
<repository>
<id>java-net-repo</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
```

Before use podcast4j, we have to create an PodcastIndex account and generate secret and auth key on [podcastindex.org](https://podcastindex.org/). You are able to create an account on [podcastindex](https://api.podcastindex.org/)
Expand Down

0 comments on commit d282b05

Please sign in to comment.