Skip to content

Commit 10a141e

Browse files
authored
Updat installation info
1 parent fd68ba7 commit 10a141e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ repositories{
5050
}
5151
5252
dependencies{
53-
compile group: 'com.andre601', name: 'JavaBotBlockAPI', version: '{version}'
53+
compile group: 'org.botblock', name: 'JavaBotBlockAPI', version: '{version}'
5454
}
5555
```
5656

@@ -59,7 +59,7 @@ For maven use this code snippet:
5959
```xml
6060
<dependencies>
6161
<dependency>
62-
<groupId>com.andre601</groupId>
62+
<groupId>org.botblock</groupId>
6363
<artifactId>JavaBotBlockAPI</artifactId>
6464
<version>{version}</version>
6565
</dependency>

0 commit comments

Comments
 (0)