From 0b2b77105ea672e3ba7f6ecc61ea89e8280c0480 Mon Sep 17 00:00:00 2001 From: Rocky Madden Date: Fri, 3 Jan 2014 21:21:20 -0700 Subject: Removed notes. --- readme.md | 2 -- 1 file changed, 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") ``` -Located in the [algorithm module](https://github.com/rockymadden/stringmetric/blob/master/core/src/main/scala/com/rockymadden/stringmetric/Algorithm.scala). --- @@ -312,7 +311,6 @@ __StringMetric:__ StringMetric.compareWithJaccard(1)("abc123", "abc456") StringMetric.compareWithJaroWinkler("abc123", "abc456") ``` -Located in the [metric module](https://github.com/rockymadden/stringmetric/blob/master/core/src/main/scala/com/rockymadden/stringmetric/Metric.scala). --- -- cgit v1.2.3