From 6fee1ff9dda508086d3cbba2f70b12add716e839 Mon Sep 17 00:00:00 2001 From: Rocky Madden Date: Mon, 6 Jan 2014 09:21:16 -0700 Subject: Minor language tweaks. --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index f5bec22..0fd93ce 100755 --- a/readme.md +++ b/readme.md @@ -244,7 +244,7 @@ SoundexAlgorithm.compute("lukasiewicz") // l222 --- ## Decorating -It is possible to decorate algorithms and metrics with additional functionality, this is provided by rich wrapping via implicits. Decorations include (you can mix and match): +It is possible to decorate algorithms and metrics with additional functionality, which you can mix and match. Decorations include: * __withTransform:__ Transform arguments prior to computation/comparison. A handful of pre-built transforms are located in the [transform module](https://github.com/rockymadden/stringmetric/blob/master/core/src/main/scala/com/rockymadden/stringmetric/Transform.scala). -- cgit v1.2.3