summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-12-10 20:26:06 -0700
committerRocky Madden <git@rockymadden.com>2012-12-10 20:26:06 -0700
commit92f8256a703de92e7fcf84b841df946c54362f7f (patch)
tree58639b3719871c6c694a6aaf87e9e0a8d2395e6a /readme.md
parentc7b576e450f9878a1f916ef48dcec141665d002f (diff)
downloadstringmetric-92f8256a703de92e7fcf84b841df946c54362f7f.tar.gz
stringmetric-92f8256a703de92e7fcf84b841df946c54362f7f.tar.bz2
stringmetric-92f8256a703de92e7fcf84b841df946c54362f7f.zip
Updated description.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.md b/readme.md
index 1316967..38be88a 100755
--- a/readme.md
+++ b/readme.md
@@ -1,5 +1,5 @@
#stringmetric [![Build Status](https://secure.travis-ci.org/rockymadden/stringmetric.png)](http://travis-ci.org/rockymadden/stringmetric)
-A small library of string metrics and phonetic algorithms. Each has a command line interface and [Google Caliper](http://code.google.com/p/caliper/) microbenchmark suite.
+A small library of string metrics and phonetic algorithms. Each has a command line interface, is throughly unit tested, and performant (verified via microbenchmark suites).
* __Phonetic metrics__ determine if two arguments sound the same phonetically.
* __Phonetic algorithms__ determine the phonetic representation of the argument passed. All phonetic metrics have a standalone algorithm counterpart.