Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
NeVeSpl authored Nov 21, 2023
1 parent 1612b4d commit 606bed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ var result = Types.InCurrentDomain()

## Options

User options allows to configure how NetArchTest engine works.
User [Options](documentation/api.md#options-1) allows to configure how NetArchTest engine works.

```csharp
var result = Types.InCurrentDomain()
Expand All @@ -204,7 +204,7 @@ Assert.True(result.IsSuccessful);
```

Available options:
- Comparer - allows to specify how strings will be compared (right now it only affects: Predicate.HaveName, Predicate.HaveNameStartingWith, Predicate.HaveNameEndingWith)
- [Comparer](documentation/api.md#optionscomparer) - allows to specify how strings will be compared (right now it only affects: Predicate.HaveName, Predicate.HaveNameStartingWith, Predicate.HaveNameEndingWith)


## Limitations
Expand Down

0 comments on commit 606bed2

Please sign in to comment.