Skip to content

Commit f3ef667

Browse files
authored
Update README.md
1 parent c89b36a commit f3ef667

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,16 @@ More info about https://jitpack.io/
3535
* Create config
3636
```
3737
Config config = new Config(
38+
// apiUrl - URL to Visual Regression Tracker backend
3839
"http://localhost:4200",
40+
41+
// projectId - copy from project details
3942
"003f5fcf-6c5f-4f1f-a99f-82a697711382",
43+
44+
// apiKey - copy from user details
4045
"F5Z2H0H2SNMXZVHX0EA4YQM1MGDD",
46+
47+
// branch - helps to identify version of application under test
4148
"develop"
4249
);
4350
```

0 commit comments

Comments
 (0)