We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04ddc01 commit 3e4af9fCopy full SHA for 3e4af9f
README.md
@@ -22,8 +22,8 @@ dependencies {
22
```
23
24
<dependency>
25
- <groupId>com.github.pashidlos</groupId>
26
- <artifactId>visual-regression-tracker</artifactId>
+ <groupId>com.github.visual-regression-tracker</groupId>
+ <artifactId>sdk-java</artifactId>
27
<version>${VERSION}</version>
28
</dependency>
29
@@ -67,4 +67,4 @@ visualRegressionTracker.track(
67
.diffTollerancePercent(1)
68
.build()
69
);
70
-```
+```
0 commit comments