summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xreadme.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 4637d35..57a07f8 100755
--- a/readme.md
+++ b/readme.md
@@ -303,7 +303,6 @@ __StringAlgorithm:__
```scala
StringAlgorithm.computeWithMetaphone("string")
```
-<sup>Located in the [algorithm module](https://github.com/rockymadden/stringmetric/blob/master/core/src/main/scala/com/rockymadden/stringmetric/Algorithm.scala).</sup>
---
@@ -312,7 +311,6 @@ __StringMetric:__
StringMetric.compareWithJaccard(1)("abc123", "abc456")
StringMetric.compareWithJaroWinkler("abc123", "abc456")
```
-<sup>Located in the [metric module](https://github.com/rockymadden/stringmetric/blob/master/core/src/main/scala/com/rockymadden/stringmetric/Metric.scala).</sup>
---