Updated Stubbing (markdown)

Stef Heyenrath
2017-02-05 10:40:59 +01:00
parent b16d699369
commit 69db50fd35

@@ -107,7 +107,7 @@ The RegexMatcher can be used to match using a regular expression.
```
### Similarity Metric Matching
SimMetrics.Net is used is a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman).
[SimMetrics.Net](https://github.com/StefH/SimMetrics.Net) is used as a Similarity Metric Library, e.g. from edit distance's (Levenshtein, Gotoh, Jaro etc) to other metrics, (e.g Soundex, Chapman).
```csharp
// todo example