Skip to content

Commit 94646a4

Browse files
author
Aaron He
committed
Update group id in README
1 parent 0092755 commit 94646a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -96,15 +96,15 @@ Snapshots of the development version are available in [Sonatype's `snapshots` re
9696
##### Maven:
9797
```xml
9898
<dependency>
99-
<groupId>com.github.tinder</groupId>
99+
<groupId>com.tinder.statemachine</groupId>
100100
<artifactId>statemachine</artifactId>
101101
<version>0.2.0</version>
102102
</dependency>
103103
```
104104

105105
##### Gradle:
106106
```groovy
107-
implementation 'com.github.tinder:statemachine:0.2.0'
107+
implementation 'com.tinder.statemachine:statemachine:0.2.0'
108108
```
109109

110110
### License

0 commit comments

Comments
 (0)