summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2014-01-06 09:21:16 -0700
committerRocky Madden <git@rockymadden.com>2014-01-06 09:21:16 -0700
commit6fee1ff9dda508086d3cbba2f70b12add716e839 (patch)
tree7335fb18803306143a4ef08b4cd5ef1add306193
parentbba315649a70bad633fa7728a6bd0d28ced344ba (diff)
downloadstringmetric-6fee1ff9dda508086d3cbba2f70b12add716e839.tar.gz
stringmetric-6fee1ff9dda508086d3cbba2f70b12add716e839.tar.bz2
stringmetric-6fee1ff9dda508086d3cbba2f70b12add716e839.zip
Minor language tweaks.
-rwxr-xr-xreadme.md2
1 files changed, 1 insertions, 1 deletions
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).