summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-11-28 10:18:21 -0700
committerRocky Madden <git@rockymadden.com>2013-11-28 10:18:21 -0700
commitd450bba572ba0d04c2b781acc68b60efa3f28ba7 (patch)
tree4354d746c4ca97152ee86587570f343371a55087
parent82220f3ecdf969672d2cfbc02410df03d08d9255 (diff)
downloadstringmetric-d450bba572ba0d04c2b781acc68b60efa3f28ba7.tar.gz
stringmetric-d450bba572ba0d04c2b781acc68b60efa3f28ba7.tar.bz2
stringmetric-d450bba572ba0d04c2b781acc68b60efa3f28ba7.zip
Renamed bullet.
-rwxr-xr-xreadme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 3fedb8c..c9fa97f 100755
--- a/readme.md
+++ b/readme.md
@@ -2,7 +2,7 @@
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+
-* __ScalaDoc:__ [Available on the project website](http://rockymadden.com/stringmetric/scaladoc/)
+* __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/)