summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-10-07 02:19:44 -0600
committerRocky Madden <git@rockymadden.com>2012-10-07 02:19:44 -0600
commit76dd3f15568e24c340e7052a2af54d5a9b039246 (patch)
tree3db5a399f2e201776c4d10045c4eef439355be64 /readme.md
parent27f6bf1e260850e1f3776ed03a35d76181edee45 (diff)
downloadstringmetric-76dd3f15568e24c340e7052a2af54d5a9b039246.tar.gz
stringmetric-76dd3f15568e24c340e7052a2af54d5a9b039246.tar.bz2
stringmetric-76dd3f15568e24c340e7052a2af54d5a9b039246.zip
Added gradle to requirements. Cleaned up description.
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 cfa6228..399014f 100755
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
#stringmetric
-A collection of string metrics built with Scala. Includes a light-weight core API and CLI for each string metric. The following string metrics are currently supported:
+A collection of string metrics implemented in Scala. Includes a light-weight core API and CLI for each string metric. The following string metrics are currently supported:
* Jaro-Winkler
@@ -27,6 +27,7 @@ Uncompress the built tar and ensure you have ability to execute the commands. Ex
## Requirements
* Scala 2.9.2
+* Gradle 1.2 or above
## License
Apache License, Version 2.0 \ No newline at end of file