Skip to content

Commit 0c2e671

Browse files
author
Andre Stubbe
committed
Fix download link: use JitPack instead of non-existent Maven Central
1 parent 8e20762 commit 0c2e671

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,8 @@ dependencies {
143143

144144
### Quick Start (No Maven Required)
145145

146-
1. Download JAR from Maven Central: https://repo1.maven.org/maven2/io/github/andrestubbe/fastrobot/2.0.0/fastrobot-2.0.0.jar
147-
2. Run demos directly: `java -cp ".;fastrobot-2.0.0.jar" fastrobot.DesktopStreamDemo`
146+
1. Download JAR from JitPack: https://jitpack.io/com/github/andrestubbe/fastrobot/v2.0.0/fastrobot-v2.0.0.jar
147+
2. Run demos directly: `java -cp ".;fastrobot-v2.0.0.jar" fastrobot.DesktopStreamDemo`
148148

149149
### Basic Usage
150150

0 commit comments

Comments
 (0)