Skip to content

Commit

Permalink
Merge pull request #21 from schemil053/dev
Browse files Browse the repository at this point in the history
Fix a baaad mistake
  • Loading branch information
schemil053 authored Nov 25, 2024
2 parents 90a4bed + d480e42 commit 5209fcc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ mvn deploy -P example-repo
3. Add as a dependency:
```xml
<repository>
<id>jitpack.io</id>
<id>example-repo</id>
<url>https://maven.example.com/repo</url>
</repository>
```
Expand Down
2 changes: 1 addition & 1 deletion README_DE.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ mvn deploy -P beispiel-repo
3. Fügen Sie es als Abhängigkeit hinzu:
```xml
<repository>
<id>jitpack.io</id>
<id>beispiel-repo</id>
<url>https://maven.beispiel.com/repo</url>
</repository>
```
Expand Down

0 comments on commit 5209fcc

Please sign in to comment.