summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-11-01 10:37:37 -0600
committerRocky Madden <git@rockymadden.com>2012-11-01 10:37:37 -0600
commitee13e889b1e9905e439c2ff797a142a111008276 (patch)
treeb54fda6dea86366e2a27b0ab6bc48ed80c2bb65c /readme.md
parent2f8d5430acea7de95117067d4297232c96986799 (diff)
downloadstringmetric-ee13e889b1e9905e439c2ff797a142a111008276.tar.gz
stringmetric-ee13e889b1e9905e439c2ff797a142a111008276.tar.bz2
stringmetric-ee13e889b1e9905e439c2ff797a142a111008276.zip
Added license link.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/readme.md b/readme.md
index 73c1fa4..46472d7 100755
--- a/readme.md
+++ b/readme.md
@@ -88,7 +88,7 @@ Filters, which can optionally be applied, clean up arguments prior to evaluation
*****
- // Compound filter example. Import metric, compare with two filters, do something with result.
+ // Compound filter example. Import metric, compare with two filters, do something with result. Filters are applied in reverse order!
import org.hashtree.stringmetric.similarity.{ JaroWinklerMetric, StringFilterDelegate }
import org.hashtree.stringmetric.filter.{ AsciiLetterCaseStringFilter, AsciiLetterOnlyStringFilter }
@@ -134,4 +134,4 @@ Uncompress the built tar and ensure you have ability to execute the commands. Ex
* Gradle 1.0 or above
## License
-Apache License, Version 2.0 \ No newline at end of file
+[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) \ No newline at end of file