summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-01-23 14:52:51 -0700
committerRocky Madden <git@rockymadden.com>2013-01-23 14:52:51 -0700
commitdc128eb193a14ff249c5459a25f026ad3ff57d89 (patch)
treef38d12014de43a0e41ff83434f0aba10915c58d6 /readme.md
parent7d431a9d10b7f9bf8b0b0e38fa7c27b6f6196bc9 (diff)
downloadstringmetric-dc128eb193a14ff249c5459a25f026ad3ff57d89.tar.gz
stringmetric-dc128eb193a14ff249c5459a25f026ad3ff57d89.tar.bz2
stringmetric-dc128eb193a14ff249c5459a25f026ad3ff57d89.zip
Changed heading.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 6c71ed9..6f194cd 100755
--- a/readme.md
+++ b/readme.md
@@ -16,7 +16,7 @@ String metrics and phonetic algorithms implemented in Scala. The library provide
* __[Soundex](http://en.wikipedia.org/wiki/Soundex)__ (Phonetic metric and algorithm)
* __Weighted Levenshtein__ (Similarity metric)
-## Depending Upon
+## Installation
Available on the [Maven Central Repository](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.rockymadden.stringmetric%22):
* __groupId__: com.rockymadden.stringmetric
@@ -336,6 +336,7 @@ Get the phonetic representation of "dog" using the Metaphone phonetic algorithm:
```shell
$ metaphoneAlgorithm dog
tk
+```
## Todo
* SmithWaterman