Skip to content

Commit

Permalink
📝 Update README release section
Browse files Browse the repository at this point in the history
  • Loading branch information
pitzzahh committed Jan 10, 2024
1 parent cb45391 commit 9980cb8
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 @@ -29,7 +29,7 @@

### Add Maven Dependency

![maven-central](https://img.shields.io/maven-central/v/io.github.pitzzahh/CScreen?color=blue)
![github-packages](https://img.shields.io/github/v/release/pitzzahh/Cscreen?color=blue)

If you use Maven or Gradle, add the following configuration to your project's `pom.xml` | `build.gradle` <br>

Expand All @@ -41,7 +41,7 @@ Be sure to replace the **VERSION** key below with the one of the versions shown
<!-- other dependencies are there -->
<dependency>
<groupId>tech.araopj</groupId>
<artifactId>CScreen</artifactId>
<artifactId>cscreen</artifactId>
<version>VERSION</version>
</dependency>
<!-- other dependencies are there -->
Expand All @@ -52,7 +52,7 @@ Be sure to replace the **VERSION** key below with the one of the versions shown
## For Gradle

```gradle
compile group: 'tech.araopj', name: 'CScreen', version: 'VERSION'
compile group: 'tech.araopj', name: 'cscreen', version: 'VERSION'
```

---
Expand Down

0 comments on commit 9980cb8

Please sign in to comment.