Skip to content

Commit

Permalink
Update API.md
Browse files Browse the repository at this point in the history
  • Loading branch information
max1mde authored Sep 22, 2023
1 parent b05fc31 commit c2c8a58
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Gradle
}

dependencies {
implementation 'com.github.MaximFiedler:FancyPhysics:2.6.1'
implementation 'com.github.max1mde:FancyPhysics:2.6.1'
}
Maven

Expand All @@ -27,7 +27,7 @@ Maven
</repositories>

<dependency>
<groupId>com.github.MaximFiedler</groupId>
<groupId>com.github.max1mde</groupId>
<artifactId>FancyPhysics</artifactId>
<version>2.6.1</version>
</dependency>
Expand Down

0 comments on commit c2c8a58

Please sign in to comment.