summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-12-27 07:47:55 -0700
committerRocky Madden <git@rockymadden.com>2013-12-27 07:47:55 -0700
commite64bd7cfe599765920afe708d470a3fa4074eb41 (patch)
tree727cbeb19532707fbbe93c503baaf68337f586b1 /readme.md
parentbcd9bb3b35600468183bb1fabc9515c2fc5e6905 (diff)
downloadstringmetric-e64bd7cfe599765920afe708d470a3fa4074eb41.tar.gz
stringmetric-e64bd7cfe599765920afe708d470a3fa4074eb41.tar.bz2
stringmetric-e64bd7cfe599765920afe708d470a3fa4074eb41.zip
Lowercase.
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 d6c0fb3..8e4a7d9 100755
--- a/readme.md
+++ b/readme.md
@@ -1,8 +1,8 @@
#stringmetric [![Build Status](https://travis-ci.org/rockymadden/stringmetric.png?branch=master)](http://travis-ci.org/rockymadden/stringmetric)
String metrics and phonetic algorithms for Scala. The library provides facilities to perform approximate string matching, measurement of string similarity/distance, indexing by word pronunciation, and sounds-like comparisons. In addition to the core library, each metric and algorithm has a command line interface.
-* __Requirements:__ Scala 2.10.x and, if building yourself, Gradle 1.6+
-* __Documentation:__ [ScalaDoc](http://rockymadden.com/stringmetric/scaladoc/)
+* __Requirements:__ Scala 2.10.x and, if building yourself, Gradle 1.8+
+* __Documentation:__ [Scaladoc](http://rockymadden.com/stringmetric/scaladoc/)
* __Issues:__ [Enhancements](https://github.com/rockymadden/stringmetric/issues?labels=accepted%2Cenhancement&page=1&state=open), [Questions](https://github.com/rockymadden/stringmetric/issues?labels=accepted%2Cquestion&page=1&state=open), [Bugs](https://github.com/rockymadden/stringmetric/issues?labels=accepted%2Cbug&page=1&state=open)
* __Versioning:__ [Semantic Versioning v2.0](http://semver.org/)