summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2014-01-03 21:21:20 -0700
committerRocky Madden <git@rockymadden.com>2014-01-03 21:21:20 -0700
commit0b2b77105ea672e3ba7f6ecc61ea89e8280c0480 (patch)
tree41a4b5cc2d5690c88a5602adb903eadcaffc52d6
parent9004f973bff2b3b86d1d36c65fa9f0ac55b56fce (diff)
downloadstringmetric-0b2b77105ea672e3ba7f6ecc61ea89e8280c0480.tar.gz
stringmetric-0b2b77105ea672e3ba7f6ecc61ea89e8280c0480.tar.bz2
stringmetric-0b2b77105ea672e3ba7f6ecc61ea89e8280c0480.zip
Removed notes.
-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>
---