Skip to content

Commit f8bc883

Browse files
authored
Fixed configuration example in readme (#9)
1 parent 2a49bc3 commit f8bc883

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
@@ -22,7 +22,7 @@ using VisualRegressionTracker;
2222

2323
#### As code
2424
```csharp
25-
config = new Config(
25+
config = new Config {
2626
// apiUrl - URL where backend is running
2727
ApiUrl="http://localhost:4200",
2828

@@ -40,7 +40,7 @@ config = new Config(
4040

4141
// enableSoftAssert - Log errors instead of exceptions
4242
EnableSoftAssert=false,
43-
);
43+
};
4444

4545
vrt = new VisualRegressionTracker(config);
4646
```

0 commit comments

Comments
 (0)