Skip to content

Commit 606bed2

Browse files
authored
Update README.md
1 parent 1612b4d commit 606bed2

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
@@ -190,7 +190,7 @@ var result = Types.InCurrentDomain()
190190

191191
## Options
192192

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

195195
```csharp
196196
var result = Types.InCurrentDomain()
@@ -204,7 +204,7 @@ Assert.True(result.IsSuccessful);
204204
```
205205

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

209209

210210
## Limitations

0 commit comments

Comments
 (0)