summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2013-03-08 11:17:49 -0700
committerRocky Madden <git@rockymadden.com>2013-03-08 11:17:49 -0700
commit82e8891ecc8a7b8f350f4662c35e591db3880236 (patch)
treeab9189aafdbe6280f26050b137687cb4a8a64774
parent5566cf6f29bac4c25fa4b4d88caa70569b34b253 (diff)
downloadstringmetric-82e8891ecc8a7b8f350f4662c35e591db3880236.tar.gz
stringmetric-82e8891ecc8a7b8f350f4662c35e591db3880236.tar.bz2
stringmetric-82e8891ecc8a7b8f350f4662c35e591db3880236.zip
Added missing horizontal rule.
-rwxr-xr-xreadme.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.md b/readme.md
index 5a6a63e..35d8686 100755
--- a/readme.md
+++ b/readme.md
@@ -19,6 +19,8 @@ String metrics and phonetic algorithms for Scala. The library provides facilitie
## Installation
Available on the [Maven Central Repository](http://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.rockymadden.stringmetric%22). Depending on the core sub-project shown below (add others, like the CLI, as needed):
+---
+
### SBT
```scala
libraryDependencies += "com.rockymadden.stringmetric" % "stringmetric-core" % "0.22.4"